Skip to content

Commit e578092

Browse files
committed
Skip faulty test on HHVM
1 parent b308992 commit e578092

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Io/FunctionsTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ public function testFdsWithInvalidPathReturnsSubsetOfFdsFromDevFd()
4747
$this->markTestSkipped('Unable to read /dev/fd');
4848
}
4949

50+
if (defined('HHVM_VERSION')) {
51+
$this->markTestSkipped('Not supported on HHVM');
52+
}
53+
5054
$fds = Io\fds();
5155
$second = Io\fds('/dev/null');
5256

0 commit comments

Comments
 (0)