Skip to content

Commit 410b49d

Browse files
committed
CDRIVER-707: ifdef test out until the ticket is fixed
1 parent 238020f commit 410b49d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test-bulk.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,12 +1835,14 @@ _test_wtimeout_plus_duplicate_key_err (bool has_write_commands)
18351835
mock_server_destroy (mock_server);
18361836
}
18371837

1838-
1838+
1839+
#ifdef TODO_CDRIVER_707
18391840
static void
18401841
test_wtimeout_plus_duplicate_key_err_legacy (void)
18411842
{
18421843
_test_wtimeout_plus_duplicate_key_err (false);
18431844
}
1845+
#endif
18441846

18451847

18461848
static void

0 commit comments

Comments
 (0)