Skip to content

Commit e2cd4d5

Browse files
committed
Temporary disable nsType changestream test
JAVA-6181
1 parent 73b6b42 commit e2cd4d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ public static void applyCustomizations(final TestDef def) {
4646
def.skipNoncompliantReactive("event sensitive tests. We can't guarantee the amount of GetMore commands sent in the reactive driver")
4747
.test("change-streams", "change-streams", "Test that comment is set on getMore")
4848
.test("change-streams", "change-streams", "Test that comment is not set on getMore - pre 4.4");
49+
def.skipJira("https://jira.mongodb.org/browse/JAVA-6181 temp disabling as failing on latest, while specs are updated")
50+
.test("change-streams", "change-streams-nsType", "nsType is present when creating timeseries");
4951
def.modify(IGNORE_EXTRA_EVENTS)
5052
.test("change-streams", "change-streams", "Test with document comment")
5153
.test("change-streams", "change-streams", "Test with string comment");

0 commit comments

Comments
 (0)