Skip to content

Commit db19ce4

Browse files
committed
Skip bogus test failures
1 parent 2aec8c9 commit db19ce4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<directory>./vendor/react/*/tests/</directory>
77
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/event-loop/pull/232 -->
88
<exclude>./vendor/react/event-loop/tests/BinTest.php</exclude>
9+
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/http/pull/440 -->
10+
<exclude>./vendor/react/http/tests/HttpServerTest.php</exclude>
911
</testsuite>
1012
</testsuites>
1113

0 commit comments

Comments
 (0)