Skip to content

Commit 8399271

Browse files
authored
Add non compliance skip for Atlas Data Lake getMore test (#1701)
The batchSize is larger than expected. Added JAVA-5861 to investigate
1 parent 0395992 commit 8399271

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ public static void applyCustomizations(final TestDef def) {
108108
.test("command-logging-and-monitoring/tests/monitoring", "find",
109109
"A successful find event with a getmore and the server kills the cursor (<= 4.4)");
110110

111+
def.skipNoncompliant("The driver doesn't reduce the batchSize for the getMore")
112+
.test("atlas-data-lake-testing", "getMore", "A successful find event with getMore");
113+
111114
// connection-monitoring-and-pooling
112115

113116
// TODO-JAVA-5711 reason, jira

0 commit comments

Comments
 (0)