diff --git a/.gitmodules b/.gitmodules index 48b90d1ef7..41d175cce9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "specifications"] path = testing/resources/specifications - url = https://github.com/mongodb/specifications + url = https://github.com/vbabanin/specifications \ No newline at end of file diff --git a/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java b/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java index 328c8298b6..4206f4f713 100644 --- a/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java +++ b/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java @@ -102,10 +102,6 @@ public static void applyCustomizations(final TestDef def) { .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"); - def.skipJira("https://jira.mongodb.org/browse/JAVA-5491") .when(() -> !serverVersionLessThan(8, 3)) .test("client-side-operations-timeout", "operations ignore deprecated timeout options if timeoutMS is set", diff --git a/testing/resources/specifications b/testing/resources/specifications index bb9dddd817..8e11cd2af4 160000 --- a/testing/resources/specifications +++ b/testing/resources/specifications @@ -1 +1 @@ -Subproject commit bb9dddd8176eddbb9424f9bebedfe8c6bbf28c3a +Subproject commit 8e11cd2af4e094ea314721985c864bcf461c538c