Skip to content

Commit 1d8c3f0

Browse files
committed
Skip post-redirect-get test on hhvm-nightly
1 parent 7d59f67 commit 1d8c3f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/PHPCurlClass/PHPCurlClassTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,10 @@ public function testPostRedirectGetReuseObjectIncompatibleEngine()
482482
$this->markTestSkipped();
483483
}
484484

485+
if (getenv('TRAVIS_PHP_VERSION') === 'hhvm-nightly') {
486+
$this->markTestSkipped();
487+
}
488+
485489
try {
486490
// Follow 303 redirection with POST
487491
$test = new Test();

0 commit comments

Comments
 (0)