Skip to content

Commit

Permalink
Also skip if checkpoint threshold is 0
Browse files Browse the repository at this point in the history
  • Loading branch information
royi-luo committed Feb 14, 2025
1 parent 2c95729 commit c589088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/storage/node_update_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TEST_F(NodeUpdateTest, UpdateSameRow) {
}

TEST_F(NodeUpdateTest, UpdateSameRowRedundtanly) {
if (inMemMode) {
if (inMemMode || systemConfig->checkpointThreshold == 0) {
GTEST_SKIP();
}
ASSERT_TRUE(
Expand Down

0 comments on commit c589088

Please sign in to comment.