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 778d1bc commit e4aa757Copy full SHA for e4aa757
tests/test-mongoc-cursor.c
@@ -1215,6 +1215,7 @@ test_hint_no_warmup_pooled (void)
1215
{
1216
_test_cursor_hint_no_warmup (true);
1217
}
1218
+#endif
1219
1220
static void
1221
test_tailable_alive (void)
@@ -1864,6 +1865,7 @@ test_cursor_install (TestSuite *suite)
1864
1865
suite, "/Cursor/hint/no_warmup/single", test_hint_no_warmup_single);
1866
TestSuite_AddLive (
1867
suite, "/Cursor/hint/no_warmup/pooled", test_hint_no_warmup_pooled);
1868
1869
TestSuite_AddLive (suite, "/Cursor/tailable/alive", test_tailable_alive);
1870
TestSuite_AddMockServerTest (
1871
suite, "/Cursor/n_return/op_query", test_n_return_op_query);
0 commit comments