Make WordPress Core


Ignore:
Timestamp:
09/26/2021 12:12:56 AM (3 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/DeletePlugin.php

    r49835 r51870  
    126126    }
    127127
     128    /**
     129     * @group ms-excluded
     130     */
    128131    public function test_delete_plugin() {
    129         $this->skipWithMultisite();
    130132        $this->_setRole( 'administrator' );
    131133
Note: See TracChangeset for help on using the changeset viewer.