From 755caa03e27705acec954b8650ea09d248bc3753 Mon Sep 17 00:00:00 2001 From: "slav.babanin" Date: Mon, 16 Dec 2024 15:13:22 -0800 Subject: [PATCH] Provide the reason for the test skips. --- .../com/mongodb/client/unified/UnifiedTestModifications.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java b/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java index c515b96241b..92a64024e92 100644 --- a/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java +++ b/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java @@ -48,7 +48,7 @@ public static void doSkips(final TestDef def) { def.skipNoncompliantReactive("error required from change stream initialization") // TODO reason? .test("change-streams", "change-streams", "Test with document comment - pre 4.4"); - def.skipNoncompliantReactive("event sensitive tests") // TODO reason? + def.skipNoncompliantReactive("event sensitive tests. We can't guarantee the amount of GetMore commands sent in the reactive driver") .test("change-streams", "change-streams", "Test that comment is set on getMore") .test("change-streams", "change-streams", "Test that comment is not set on getMore - pre 4.4"); def.modify(IGNORE_EXTRA_EVENTS)