Skip to content

Commit 0395992

Browse files
authored
Added extra test to ignore for reactive streams (#1699)
JAVA-5720
1 parent 96022f2 commit 0395992

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ public static void applyCustomizations(final TestDef def) {
7272
.test("client-side-operations-timeout", "timeoutMS behaves correctly for tailable awaitData cursors",
7373
"apply remaining timeoutMS if less than maxAwaitTimeMS");
7474

75+
def.skipNoncompliantReactive("No good way to fulfill tryNext() requirement with a Publisher<T>")
76+
.test("client-side-operations-timeout", "timeoutMS behaves correctly for tailable awaitData cursors",
77+
"apply maxAwaitTimeMS if less than remaining timeout");
78+
7579
def.skipJira("https://jira.mongodb.org/browse/JAVA-5839")
7680
.test("client-side-operations-timeout", "timeoutMS behaves correctly for GridFS download operations",
7781
"timeoutMS applied to entire download, not individual parts");

0 commit comments

Comments
 (0)