Skip to content

Commit e4aa757

Browse files
committed
CDRIVER-2286 fix ifdef
1 parent 778d1bc commit e4aa757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test-mongoc-cursor.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,7 @@ test_hint_no_warmup_pooled (void)
12151215
{
12161216
_test_cursor_hint_no_warmup (true);
12171217
}
1218+
#endif
12181219

12191220
static void
12201221
test_tailable_alive (void)
@@ -1864,6 +1865,7 @@ test_cursor_install (TestSuite *suite)
18641865
suite, "/Cursor/hint/no_warmup/single", test_hint_no_warmup_single);
18651866
TestSuite_AddLive (
18661867
suite, "/Cursor/hint/no_warmup/pooled", test_hint_no_warmup_pooled);
1868+
#endif
18671869
TestSuite_AddLive (suite, "/Cursor/tailable/alive", test_tailable_alive);
18681870
TestSuite_AddMockServerTest (
18691871
suite, "/Cursor/n_return/op_query", test_n_return_op_query);

0 commit comments

Comments
 (0)