diff --git a/tests/PHPCurlClass/PHPCurlClassTest.php b/tests/PHPCurlClass/PHPCurlClassTest.php index 910048b..302aafd 100644 --- a/tests/PHPCurlClass/PHPCurlClassTest.php +++ b/tests/PHPCurlClass/PHPCurlClassTest.php @@ -2529,6 +2529,11 @@ class CurlTest extends PHPUnit_Framework_TestCase public function testAlternativeStandardErrorOutput() { + // Skip test on HHVM due to "Segmentation fault". + if (defined('HHVM_VERSION')) { + return; + } + $buffer = fopen('php://memory', 'w+'); $curl = new Curl();