diff options
author | Jonathan Desrosiers <desrosj@git.wordpress.org> | 2021-02-12 21:02:17 +0000 |
---|---|---|
committer | Jonathan Desrosiers <desrosj@git.wordpress.org> | 2021-02-12 21:02:17 +0000 |
commit | 6e497fb6abaae374033949f2882f5b9e024051ba (patch) | |
tree | 4bd7c28cd323971fd49da30b880359c56fed54cd | |
parent | 10131f44bea76026d69394a0bf9c669b9e5425f1 (diff) | |
download | wordpress-6e497fb6abaae374033949f2882f5b9e024051ba.tar.gz wordpress-6e497fb6abaae374033949f2882f5b9e024051ba.zip |
Build/Test Tools: Remove unused test groups from the 4.1 branch.
Follow up to [50320].
See #50401.
git-svn-id: https://develop.svn.wordpress.org/branches/4.1@50325 602fd350-edb4-49c9-b593-d223f7449a82
-rw-r--r-- | .github/workflows/phpunit-tests.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index 5d6fdc1440..1634abc2d7 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -254,13 +254,6 @@ jobs: - name: Run external HTTP tests run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group external-http - - name: Run REST API tests - run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient - - # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist. - - name: Run (xDebug) tests - run: LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__ - - name: Checkout the WordPress Test Reporter if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }} uses: actions/checkout@v2 |