Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
Signed-off-by: you06 <[email protected]>
  • Loading branch information
you06 committed Mar 13, 2024
1 parent a692044 commit 8a46183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/planner/core/plan_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,7 @@ func TestNonPreparedPlanCacheAutoStmtRetry(t *testing.T) {
tk1.MustExec("begin")
tk1.MustExec("update t set k=3 where id=1")

tk2.MustExec("set session tidb_dml_type=standard")
var wg sync.WaitGroup
var tk2Err error
wg.Add(1)
Expand Down

0 comments on commit 8a46183

Please sign in to comment.