Make WordPress Core

Changeset 50331


Ignore:
Timestamp:
02/12/2021 09:09:05 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Remove unused test groups from the 4.7 branch.

Follow up to [50310].

See #50401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.7/.github/workflows/phpunit-tests.yml

    r50310 r50331  
    271271        run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient
    272272
    273       # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
    274       - name: Run (xDebug) tests
    275         run: LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__
    276 
    277273      - name: Checkout the WordPress Test Reporter
    278274        if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
Note: See TracChangeset for help on using the changeset viewer.