Skip to content

Commit 549fc51

Browse files
committed
Merge branch 'couchbase/mad-hatter' into master
* branch 'couchbase/mad-hatter': MB-41804: Disable test_mb19982 Change-Id: I0ec2c5f313317cb91e885081cb1f73f2c81ebb69
2 parents 10e725d + c6ce6ae commit 549fc51

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
@@ -8980,8 +8980,13 @@ BaseTestCase testsuite_testcases[] = {
89808980
cleanup),
89818981
TestCase("test MB-19153", test_mb19153,
89828982
test_setup, teardown, nullptr, prepare, cleanup),
8983-
TestCase("test MB-19982", test_mb19982, test_setup,
8984-
teardown, nullptr, prepare, cleanup),
8983+
TestCase("test MB-19982",
8984+
test_mb19982,
8985+
test_setup,
8986+
teardown,
8987+
nullptr,
8988+
prepare_skip_broken_under_ephemeral,
8989+
cleanup),
89858990
TestCase("test MB-19982 (buffer input)", test_mb19982, test_setup,
89868991
teardown, "replication_throttle_cap_pcnt=0;replication_throttle_queue_cap=0", prepare, cleanup),
89878992
TestCase("test_set_dcp_param",

0 commit comments

Comments
 (0)