Skip to content

Commit d99153b

Browse files
committed
PHPC-980: Skip session spec test on Travis (pending 3.6)
1 parent e1b68f5 commit d99153b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/session/session-003.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Session spec test: session cannot be used for different clients
33
--SKIPIF--
4+
<?php if (getenv("TRAVIS")) exit("skip This currently fails on Travis because it doesn't run 3.6 yet"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
56
<?php NEEDS('STANDALONE'); CLEANUP(STANDALONE); ?>
67
--FILE--

0 commit comments

Comments
 (0)