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 git-svn-id: https://develop.svn.wordpress.org/trunk@34656 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2b78c9579a
commit
963e92a7dc
@ -24,6 +24,7 @@
|
||||
<exclude>
|
||||
<group>ajax</group>
|
||||
<group>ms-files</group>
|
||||
<group>external-http</group>
|
||||
</exclude>
|
||||
</groups>
|
||||
<php>
|
||||
|
Loading…
Reference in New Issue
Block a user