Skip to content

Commit 332087f

Browse files
authored
Reenable clientside-operations-timeout apply maxAwaitTimeMS if less than remaining timeout test (#1693)
Fixed as part of JAVA-5821 JAVA-5820
1 parent bd30e83 commit 332087f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ public static void applyCustomizations(final TestDef def) {
7676
.test("client-side-operations-timeout", "timeoutMS behaves correctly for GridFS download operations",
7777
"timeoutMS applied to entire download, not individual parts");
7878

79-
def.skipJira("https://jira.mongodb.org/browse/JAVA-5820")
80-
.test("client-side-operations-timeout", "timeoutMS behaves correctly for tailable awaitData cursors",
81-
"apply maxAwaitTimeMS if less than remaining timeout");
82-
8379
def.skipJira("https://jira.mongodb.org/browse/JAVA-5815")
8480
.test("client-side-operations-timeout", "WaitQueueTimeoutError does not clear the pool",
8581
"WaitQueueTimeoutError does not clear the pool");

0 commit comments

Comments
 (0)