Skip to content

Commit fbffe07

Browse files
committed
Build/Test Tools: Remove unused test groups from the 4.3 branch.
Follow up to [50317]. See #50401. git-svn-id: https://develop.svn.wordpress.org/branches/4.3@50327 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9d911df commit fbffe07

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,6 @@ jobs:
254254
- name: Run external HTTP tests
255255
run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group external-http
256256

257-
- name: Run REST API tests
258-
run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient
259-
260-
# __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
261-
- name: Run (xDebug) tests
262-
run: LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__
263-
264257
- name: Checkout the WordPress Test Reporter
265258
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
266259
uses: actions/checkout@v2

0 commit comments

Comments
 (0)