Skip to content

Commit 08880c8

Browse files
authored
Provide the reason for the test skips. (#1584)
1 parent 08ec2fc commit 08880c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void doSkips(final TestDef def) {
4848

4949
def.skipNoncompliantReactive("error required from change stream initialization") // TODO reason?
5050
.test("change-streams", "change-streams", "Test with document comment - pre 4.4");
51-
def.skipNoncompliantReactive("event sensitive tests") // TODO reason?
51+
def.skipNoncompliantReactive("event sensitive tests. We can't guarantee the amount of GetMore commands sent in the reactive driver")
5252
.test("change-streams", "change-streams", "Test that comment is set on getMore")
5353
.test("change-streams", "change-streams", "Test that comment is not set on getMore - pre 4.4");
5454
def.modify(IGNORE_EXTRA_EVENTS)

0 commit comments

Comments
 (0)