skip this test which fails without network
authorRemi Collet <remi@php.net>
Fri, 20 Jun 2014 04:45:16 +0000 (06:45 +0200)
committerRemi Collet <remi@php.net>
Fri, 20 Jun 2014 04:45:16 +0000 (06:45 +0200)
ext/openssl/tests/bug65538_002.phpt

index dfc6f94ff788e3f05b4499924f4a40cc8c86a0bb..1066e01e54a27cf4b112b6097508aece821c2255 100644 (file)
@@ -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' => [