Skip to content

Commit 25b2bc8

Browse files
committed
Temporarily skip broken tests from Socket component
See reactphp/socket#207 for upstream report.
1 parent 10fea32 commit 25b2bc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<testsuites>
1515
<testsuite name="React Test Suite">
1616
<directory>./vendor/react/*/tests/</directory>
17+
<!-- temporarily skip broken tests, see https://github.com/reactphp/socket/issues/207 -->
18+
<exclude>./vendor/react/socket/tests/ConnectorTest.php</exclude>
19+
<exclude>./vendor/react/socket/tests/DnsConnectorTest.php</exclude>
1720
</testsuite>
1821
</testsuites>
1922

0 commit comments

Comments
 (0)