Skip to content

Commit f4076b8

Browse files
committed
CDRIVER-3746 skip SDAM int tests on valgrind
1 parent 0030d8b commit f4076b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libmongoc/tests/test-mongoc-sdam.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,8 @@ test_all_spec_tests (TestSuite *suite)
479479
resolved,
480480
&test_sdam_integration_cb,
481481
TestSuite_CheckLive,
482-
test_framework_skip_if_no_crypto);
482+
test_framework_skip_if_no_crypto,
483+
test_framework_skip_if_slow);
483484
}
484485

485486
static void

0 commit comments

Comments
 (0)