Skip to content

Commit 01a0a99

Browse files
authored
disable the public test
1 parent dcd88a2 commit 01a0a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/txn/txn_executor_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ TEST(TxnExecutorTest, DISABLED_InsertDeleteConflictTest) { // NOLINT
186186
WithTxn(txn7, CommitTxn(*bustub, _var, _txn));
187187
}
188188

189-
TEST(TxnExecutorTest, GenerateUndoLogTest) {
189+
TEST(TxnExecutorTest, DISABLED_GenerateUndoLogTest) {
190190
{
191191
fmt::println(stderr, "--- GenerateUndoLogTest: Simple update ---");
192192
auto schema = ParseCreateStatement("a integer,b double,c boolean");

0 commit comments

Comments
 (0)