Skip to content

Commit 04f504c

Browse files
alcaeusjmikola
andauthored
PHPC-2121: Skip failing test (#1365)
* PHPC-2121: Skip failing test * Add todo comment to SKIPIF check Co-authored-by: Jeremy Mikola <jmikola@gmail.com> Co-authored-by: Jeremy Mikola <jmikola@gmail.com>
1 parent f0421fa commit 04f504c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/server/server-executeBulkWrite-005.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
MongoDB\Driver\Server::executeBulkWrite() with write concern (replica set secondary, local DB)
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
5+
<?php skip_if_server_version('>=', '6.2'); /* TODO: Remove this when addressing PHPC-2121 */ ?>
56
<?php skip_if_not_replica_set(); ?>
67
<?php skip_if_no_secondary(); ?>
78
<?php skip_if_not_clean('local', COLLECTION_NAME); ?>

0 commit comments

Comments
 (0)