From 46fe755b0b76061032220f45719d604826a80aaa Mon Sep 17 00:00:00 2001 From: flaky-claw Date: Thu, 16 Jul 2026 01:56:47 +0000 Subject: [PATCH] fix: stabilize flaky issue #69877 --- tests/realtikvtest/txntest/txn_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/realtikvtest/txntest/txn_test.go b/tests/realtikvtest/txntest/txn_test.go index 57b839b1b8b82..a0b4fbddda4a7 100644 --- a/tests/realtikvtest/txntest/txn_test.go +++ b/tests/realtikvtest/txntest/txn_test.go @@ -101,7 +101,7 @@ func TestInTxnPSProtoPointGet(t *testing.T) { } func TestTxnGoString(t *testing.T) { - store := realtikvtest.CreateMockStoreAndSetup(t) + store := testkit.CreateMockStore(t) tk := testkit.NewTestKit(t, store) tk.MustExec("use test")