Added extra test to ignore for reactive streams by rozza · Pull Request #1699 · mongodb/mongo-java-driver

Expand Up @@ -72,6 +72,10 @@ public static void applyCustomizations(final TestDef def) { .test("client-side-operations-timeout", "timeoutMS behaves correctly for tailable awaitData cursors", "apply remaining timeoutMS if less than maxAwaitTimeMS");
def.skipNoncompliantReactive("No good way to fulfill tryNext() requirement with a Publisher<T>") .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-5839") .test("client-side-operations-timeout", "timeoutMS behaves correctly for GridFS download operations", "timeoutMS applied to entire download, not individual parts"); Expand Down