Skip post-redirect-get test on hhvm-nightly

This commit is contained in:
Zach Borboa
2018-01-27 06:28:51 -08:00
parent 7d59f67756
commit 1d8c3f06da
+4
View File
@@ -482,6 +482,10 @@ class CurlTest extends \PHPUnit\Framework\TestCase
$this->markTestSkipped();
}
if (getenv('TRAVIS_PHP_VERSION') === 'hhvm-nightly') {
$this->markTestSkipped();
}
try {
// Follow 303 redirection with POST
$test = new Test();