Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ public static void applyCustomizations(final TestDef def) {
.test("command-logging-and-monitoring/tests/monitoring", "find",
"A successful find event with a getmore and the server kills the cursor (<= 4.4)");

def.skipNoncompliant("The driver doesn't reduce the batchSize for the getMore")
.test("atlas-data-lake-testing", "getMore", "A successful find event with getMore");

// connection-monitoring-and-pooling

// TODO-JAVA-5711 reason, jira
Expand Down