Commit e3d90cd7 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #633

parents 2decf0dc b1990105
......@@ -50,6 +50,10 @@ matrix:
- php: 7.3
env:
- DEPLOYMENT=STANDALONE_SSL
- php: 7.3
env:
- SERVER_VERSION=3.6.13
- DEPLOYMENT=REPLICASET
- php: 7.3
env:
- DEPLOYMENT=REPLICASET
......
......@@ -42,6 +42,10 @@ class ChangeStreamsProseTest extends FunctionalTestCase
*/
public function testProseTest5($errorCode)
{
if (version_compare($this->getServerVersion(), '4.0.0', '<')) {
$this->markTestSkipped('failCommand is not supported');
}
$this->configureFailPoint([
'configureFailPoint' => 'failCommand',
'mode' => ['times' => 1],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment