Skip to content

Commit

Permalink
skip a test by the advice of @qw4990
Browse files Browse the repository at this point in the history
  • Loading branch information
winoros committed Feb 24, 2023
1 parent 2bd3161 commit 676a851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions planner/core/plan_cost_ver2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ func TestCostModelShowFormula(t *testing.T) {
}

func TestCostModelVer2ScanRowSize(t *testing.T) {
t.Skip()
store := testkit.CreateMockStore(t)
tk := testkit.NewTestKit(t, store)
tk.MustExec("use test")
Expand Down

0 comments on commit 676a851

Please sign in to comment.