Skip to content

Commit d8d5de6

Browse files
committed
Build/Test Tools: Remove unused test groups from the 4.7 branch.
Follow up to [50310]. See #50401. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@50331 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 44d543f commit d8d5de6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,6 @@ jobs:
270270
- name: Run REST API tests
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 }}
279275
uses: actions/checkout@v2

0 commit comments

Comments
 (0)