Commit 2cde404
committed
Build/Test Tools: Run the
Tests in the `external-http` group are skipped by default and only run when explicitly specified using the `--group` flag. In the PHPUnit test workflow, this group is run after the full test suite. Because HTTP requests are made to external sites and APIs, there are occasionally failures due to service or network outatges.
This changes the order of the PHPUnit test commands so that the `external-http` group runs first. This ensures the run fails early when there are issues within the `external-http` tests and avoids needlessly running the full test suite.
Props desrosj, mukesh27, johnbillion.
See #64893, #64894.
git-svn-id: https://develop.svn.wordpress.org/trunk@62541 602fd350-edb4-49c9-b593-d223f7449a82external-http test group first.1 parent fb76ccc commit 2cde404
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
228 | 233 | | |
229 | 234 | | |
230 | 235 | | |
| |||
248 | 253 | | |
249 | 254 | | |
250 | 255 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments