Skip to content

Commit 0ee3789

Browse files
committed
PHPC-2655: skip failing tests
1 parent d7f34bf commit 0ee3789

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/causal-consistency/causal-consistency-012.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Causal consistency: $clusterTime is sent in commands to supported deployments
3+
--XFAIL--
4+
Cluster time is not sent in first command sent out on single-threaded connections (PHPC-2655)
35
--DESCRIPTION--
46
Causal consistency spec prose test #12
57
https://github.com/mongodb/specifications/blob/master/source/causal-consistency/causal-consistency.md#test-plan

tests/session/session-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\Session spec test: $clusterTime in commands
3+
--XFAIL--
4+
Cluster time is not sent in first command sent out on single-threaded connections (PHPC-2655)
35
--DESCRIPTION--
46
Session spec prose test #3: $clusterTime in commands
57
https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#3-clustertime-in-commands

0 commit comments

Comments
 (0)