Skip to content

Commit e75191e

Browse files
committed
PHPC-441: Skip (xfail) these tests while the ticket is being worked on
1 parent 9c0d404 commit e75191e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/server/server-executeCommand-002.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Server::executeCommand() takes a read preference
3+
--XFAIL--
4+
See PHPC-441: slaveOk bit not set when using hint to query a secondary directly
35
--SKIPIF--
46
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("REPLICASET"); ?>
57
--FILE--

tests/server/server-executeQuery-005.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Server::executeQuery() takes a read preference
3+
--XFAIL--
4+
See PHPC-441: slaveOk bit not set when using hint to query a secondary directly
35
--SKIPIF--
46
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("REPLICASET"); ?>
57
--FILE--

0 commit comments

Comments
 (0)