Skip to content

Commit

Permalink
[#8607] Disable CppCassandraDriverTest.CreateUniqueIndexWriteAfterSaf…
Browse files Browse the repository at this point in the history
…eTime in ASAN/TSAN

Summary: Always fails in sanitizers due to very time sensitive testing.

Test Plan: jenkins

Reviewers: amitanand, jason

Reviewed By: amitanand, jason

Subscribers: ybase

Differential Revision: https://phabricator.dev.yugabyte.com/D11711
  • Loading branch information
bmatican committed May 25, 2021
1 parent 74c8242 commit 2ca94c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yb/integration-tests/cassandra_cpp_driver-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ TEST_F_EX(
// This test is for issue #5811.
TEST_F_EX(
CppCassandraDriverTest,
CreateUniqueIndexWriteAfterSafeTime,
YB_DISABLE_TEST_IN_SANITIZERS(CreateUniqueIndexWriteAfterSafeTime),
CppCassandraDriverTestIndexSlower) {
TestTable<cass_int32_t, string> table;
ASSERT_OK(table.CreateTable(&session_, "test.test_table", {"k", "v"}, {"(k)"}, true));
Expand Down

0 comments on commit 2ca94c4

Please sign in to comment.