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 @@ -76,10 +76,6 @@ public static void applyCustomizations(final TestDef def) {
.test("client-side-operations-timeout", "timeoutMS behaves correctly for GridFS download operations",
"timeoutMS applied to entire download, not individual parts");

def.skipJira("https://jira.mongodb.org/browse/JAVA-5820")
.test("client-side-operations-timeout", "timeoutMS behaves correctly for tailable awaitData cursors",
"apply maxAwaitTimeMS if less than remaining timeout");

def.skipJira("https://jira.mongodb.org/browse/JAVA-5815")
.test("client-side-operations-timeout", "WaitQueueTimeoutError does not clear the pool",
"WaitQueueTimeoutError does not clear the pool");
Expand Down