diff options
author | Remi Collet <remi@php.net> | 2014-06-20 06:45:16 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2014-06-20 06:45:16 +0200 |
commit | e9c9169e05e0f9753151c16e6a0806f9c5c614bb (patch) | |
tree | d15f713c22a4149fd6099df5c56d235984aa6e39 | |
parent | 2f43bc73b69799815094d2ba7179c94c286034d9 (diff) | |
download | php-git-e9c9169e05e0f9753151c16e6a0806f9c5c614bb.tar.gz |
skip this test which fails without network
-rw-r--r-- | ext/openssl/tests/bug65538_002.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/tests/bug65538_002.phpt b/ext/openssl/tests/bug65538_002.phpt index dfc6f94ff7..1066e01e54 100644 --- a/ext/openssl/tests/bug65538_002.phpt +++ b/ext/openssl/tests/bug65538_002.phpt @@ -3,6 +3,7 @@ Bug #65538: SSL context "cafile" disallows URL stream wrappers --SKIPIF-- <?php if (!extension_loaded('openssl')) die('skip, openssl required'); +if (getenv("SKIP_ONLINE_TESTS")) die("skip online test"); --FILE-- <?php $clientCtx = stream_context_create(['ssl' => [ |