Commit 6f9045a
committed
Skip
The build error on PHP 7.4 will be addressed via
reactphp/dns#164. Interestingly, it fails in the
`FunctionalResolverTest` class and does not fail anymore by excluding
any other test file, e.g. `CoopExecutorTest`. It can only be reproduced
by running:
```
$ vendor/bin/phpunit --coverage-text --exclude-group internet
```
It can not be reproduced when running on any other PHP version, when
`ext-xdebug` is disabled, when coverage is not collected or when not
excluding this group.
This means the test failure is bogus.
We work around this by temporarily skipping one test case for now.CoopExecutorTest to avoid bogus test failure on PHP 7.41 parent 52f330e commit 6f9045a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments