Skip to content

Commit 878110e

Browse files
authored
PHPC-1446: Require live server for implicit TLS test
1 parent 774b8d1 commit 878110e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/manager/manager-ctor-ssl-003.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ MongoDB\Driver\Manager::__construct(): Specifying a driver option implicitly ena
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_libmongoc_ssl(['OpenSSL', 'LibreSSL']); ?>
66
<?php skip_if_ssl(); ?>
7+
<?php skip_if_not_live(); ?>
78
--FILE--
89
<?php
910

0 commit comments

Comments
 (0)