Skip to content

Commit b580979

Browse files
committed
Skip test that's failing on latest sharded cluster
JAVA-4470
1 parent 51d0a7d commit b580979

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

driver-core/src/test/resources/unified-test-format/change-streams/change-streams.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,21 @@
559559
},
560560
{
561561
"description": "Test new structure in ns document MUST NOT err",
562+
"runOnRequirements": [
563+
{
564+
"minServerVersion": "3.6",
565+
"topologies": [
566+
"replicaset"
567+
]
568+
},
569+
{
570+
"minServerVersion": "3.6",
571+
"maxServerVersion": "5.0",
572+
"topologies": [
573+
"sharded-replicaset"
574+
]
575+
}
576+
],
562577
"operations": [
563578
{
564579
"name": "createChangeStream",

0 commit comments

Comments
 (0)