Skip to content

Commit 7ae04b2

Browse files
committed
Disable test case for PHPC-431 until PHPC-1239 is resolved
1 parent 3678fa5 commit 7ae04b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/standalone/manager-as-singleton.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ PHPC-431: Segfault when using Manager through singleton class
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_live(); ?>
6+
<?php skip_if_ssl(); /* Temporary, until PHPC-1239 is resolved */ ?>
67
--FILE--
78
<?php
89
use MongoDB\Driver\Manager;

0 commit comments

Comments
 (0)