Skip to content

Commit

Permalink
Correction of Test Disability typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthduvvada committed Aug 8, 2024
1 parent 70bcc50 commit 7df2035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/txn/txn_abort_serializable_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TEST(TxnBonusTest, DISABLED_SerializableTest) { // NOLINT
}
}

TEST(TxnBonusTest, DISABLE_ConcurrentSerializableTest) { // NOLINT
TEST(TxnBonusTest, DISABLED_ConcurrentSerializableTest) { // NOLINT
fmt::println(stderr, "--- SerializableTest2: Concurrent Serializable ---");
{
for (int i = 0; i < 10; i++) {
Expand Down

0 comments on commit 7df2035

Please sign in to comment.