Skip to content

Commit e3d90cd

Browse files
committed
Merge pull request #633
2 parents 2decf0d + b199010 commit e3d90cd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ matrix:
5050
- php: 7.3
5151
env:
5252
- DEPLOYMENT=STANDALONE_SSL
53+
- php: 7.3
54+
env:
55+
- SERVER_VERSION=3.6.13
56+
- DEPLOYMENT=REPLICASET
5357
- php: 7.3
5458
env:
5559
- DEPLOYMENT=REPLICASET

tests/SpecTests/ChangeStreamsProseTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ public function tearDown()
4242
*/
4343
public function testProseTest5($errorCode)
4444
{
45+
if (version_compare($this->getServerVersion(), '4.0.0', '<')) {
46+
$this->markTestSkipped('failCommand is not supported');
47+
}
48+
4549
$this->configureFailPoint([
4650
'configureFailPoint' => 'failCommand',
4751
'mode' => ['times' => 1],

0 commit comments

Comments
 (0)