Skip to content

Commit

Permalink
*: remove skip for TestAnalyzeIndexExtractTopN (#45855)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Aug 7, 2023
1 parent 0d30861 commit 585441a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions executor/analyze_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ func checkHistogram(sc *stmtctx.StatementContext, hg *statistics.Histogram) (boo
}

func TestAnalyzeIndexExtractTopN(t *testing.T) {
_ = checkHistogram
t.Skip("unstable, skip it and fix it before 20210618")
store, err := mockstore.NewMockStore()
require.NoError(t, err)
defer func() {
Expand Down

0 comments on commit 585441a

Please sign in to comment.