Skip to content

Commit e32f59b

Browse files
authored
PHPC-1875: Skip snapshot error test on sharded clusters (#1262)
skip_if_not_replica_set will be more portable once we start testing on load balancers, which will back sharded clusters.
1 parent ce6b11d commit e32f59b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/session/session-004.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PHPC-1875: Disable writes on snapshot sessions
77
<?php skip_if_not_libmongoc_crypto(); ?>
88
<?php skip_if_not_live(); ?>
99
<?php skip_if_server_version('<', '5.0'); ?>
10+
<?php skip_if_not_replica_set(); /* TODO: SERVER-58176 */ ?>
1011
--FILE--
1112
<?php
1213
require_once __DIR__ . "/../utils/basic.inc";

0 commit comments

Comments
 (0)