Skip to content

Commit

Permalink
enable test for #141 (not_serializable_2occ)
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Jul 2, 2024
1 parent c12e8d1 commit eca9dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shirakami_issues/shirakami_issue141_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class shirakami_issue141 : public ::testing::Test { // NOLINT
// 5. OCC1: commit
// 6. either commit must fail

TEST_F(shirakami_issue141, DISABLED_not_serializable_2occ) {
TEST_F(shirakami_issue141, not_serializable_2occ) {
Storage st{};
ASSERT_OK(create_storage("", st));
Token s1{};
Expand Down

0 comments on commit eca9dc4

Please sign in to comment.