From 56153093a1082f75a2f5c368ed057b4acc5943f3 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Fri, 12 Feb 2021 21:13:34 +0000 Subject: [PATCH] Build/Test Tools: Remove unused test groups from the 5.1 branch. Follow up to [50306]. See #50401. git-svn-id: https://develop.svn.wordpress.org/branches/5.1@50335 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/phpunit-tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index ba25ac91ae..a1ef7df5e9 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -278,10 +278,6 @@ jobs: - 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 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