Skip to content

Commit 02c3f75

Browse files
author
Gerrit Code Review
committed
Merge "Merge branch 'couchbase/mad-hatter' into master"
2 parents 0d19815 + 549fc51 commit 02c3f75

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

engines/ep/tests/ep_testsuite_dcp.cc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8977,8 +8977,13 @@ BaseTestCase testsuite_testcases[] = {
89778977
cleanup),
89788978
TestCase("test MB-19153", test_mb19153,
89798979
test_setup, teardown, nullptr, prepare, cleanup),
8980-
TestCase("test MB-19982", test_mb19982, test_setup,
8981-
teardown, nullptr, prepare, cleanup),
8980+
TestCase("test MB-19982",
8981+
test_mb19982,
8982+
test_setup,
8983+
teardown,
8984+
nullptr,
8985+
prepare_skip_broken_under_ephemeral,
8986+
cleanup),
89828987
TestCase("test MB-19982 (buffer input)", test_mb19982, test_setup,
89838988
teardown, "replication_throttle_cap_pcnt=0;replication_throttle_queue_cap=0", prepare, cleanup),
89848989
TestCase("test_set_dcp_param",

0 commit comments

Comments
 (0)