Make WordPress Core

Changeset 34656


Ignore:
Timestamp:
09/28/2015 02:36:23 AM (9 years ago)
Author:
jorbin
Message:

Exclude external HTTP tests from multisite run

In [30298] the unit tests default confirguration was modified to exclude external-http tests. This change was never migrated to the multisite XML configuration. The external HTTP code doesn't follow different logic in multisite, so the logic to exclude the tests then ( The external-http tests are very slow, and Wp_Http functionality is fairly isolated ) holds true here as well.

See #33968

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/multisite.xml

    r30286 r34656  
    2525            <group>ajax</group>
    2626            <group>ms-files</group>
     27            <group>external-http</group>
    2728        </exclude>
    2829    </groups>
Note: See TracChangeset for help on using the changeset viewer.