We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c4827 commit 766a8a3Copy full SHA for 766a8a3
src/libmongoc/tests/test-mongoc-retryable-writes.c
@@ -809,12 +809,14 @@ retryable_writes_original_error_general_command (void *ctx)
809
static void
810
test_all_spec_tests (TestSuite *suite)
811
{
812
- install_json_test_suite_with_check (suite,
813
- JSON_DIR,
814
- "retryable_writes/legacy",
815
- test_retryable_writes_cb,
816
- test_framework_skip_if_no_crypto,
817
- test_framework_skip_if_slow);
+ install_json_test_suite_with_check (
+ suite,
+ JSON_DIR,
+ "retryable_writes/legacy",
+ test_retryable_writes_cb,
+ test_framework_skip_if_max_wire_version_less_than_6,
818
+ test_framework_skip_if_no_crypto,
819
+ test_framework_skip_if_slow);
820
}
821
822
0 commit comments