Skip to content

Commit

Permalink
disable the public test
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang authored Nov 7, 2024
1 parent dcd88a2 commit 01a0a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/txn/txn_executor_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ TEST(TxnExecutorTest, DISABLED_InsertDeleteConflictTest) { // NOLINT
WithTxn(txn7, CommitTxn(*bustub, _var, _txn));
}

TEST(TxnExecutorTest, GenerateUndoLogTest) {
TEST(TxnExecutorTest, DISABLED_GenerateUndoLogTest) {
{
fmt::println(stderr, "--- GenerateUndoLogTest: Simple update ---");
auto schema = ParseCreateStatement("a integer,b double,c boolean");
Expand Down

0 comments on commit 01a0a99

Please sign in to comment.