Make WordPress Core


Ignore:
Timestamp:
09/26/2021 12:12:56 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Don't skip some Ajax tests on multisite, add them to the ms-excluded group instead.

Follow-up to [46693], [49835].

See #53363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/UpdatePlugin.php

    r49835 r51870  
    130130    }
    131131
     132    /**
     133     * @group ms-excluded
     134     */
    132135    public function test_update_plugin() {
    133         $this->skipWithMultisite();
    134136        $this->_setRole( 'administrator' );
    135137
Note: See TracChangeset for help on using the changeset viewer.