Make WordPress Core


Ignore:
Timestamp:
11/10/2014 02:48:28 PM (10 years ago)
Author:
boonebgorges
Message:

Exclude external-http tests when running phpunit.

The external-http tests are very slow, and Wp_Http functionality is fairly
isolated, so the benefits of skipping these tests by default outweigh the
risks.

A grunt phpunit:external-http subtask has been added, to ensure that the
tests are executed during exhaustive runs of the test suite, such as in
continuous integration.

Fixes #30304.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml.dist

    r29869 r30298  
    2121        <exclude>
    2222            <group>ajax</group>
     23            <group>external-http</group>
    2324        </exclude>
    2425    </groups>
Note: See TracChangeset for help on using the changeset viewer.