mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-10 10:26:35 +00:00
Skip post-redirect-get test on hhvm-nightly
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user