Skip to content

Commit d36784d

Browse files
committed
Skip some tests on Travis, as it doesn't run 3.6 yet
1 parent 9467537 commit d36784d

5 files changed

+5
-0
lines changed

tests/manager/manager-executeRawCommand-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Manager::executeRawCommand()
33
--SKIPIF--
4+
<?php if (getenv("TRAVIS")) exit("skip This currently tails 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--

tests/manager/manager-executeReadCommand-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Manager::executeReadCommand()
33
--SKIPIF--
4+
<?php if (getenv("TRAVIS")) exit("skip This currently tails 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--

tests/manager/manager-executeWriteCommand-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Manager::executeWriteCommand()
33
--SKIPIF--
4+
<?php if (getenv("TRAVIS")) exit("skip This currently tails 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--

tests/server/server-executeReadCommand-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Manager::executeReadCommand()
33
--SKIPIF--
4+
<?php if (getenv("TRAVIS")) exit("skip This currently tails 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--

tests/server/server-executeWriteCommand-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Manager::executeWriteCommand()
33
--SKIPIF--
4+
<?php if (getenv("TRAVIS")) exit("skip This currently tails 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)