Skip to content

Commit

Permalink
tiflashtest: remove skiprace (#45598)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Jul 27, 2023
1 parent a96d302 commit 5ae5abf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion executor/test/tiflashtest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ go_test(
"//testkit",
"//testkit/external",
"//util/dbterror/exeerrors",
"//util/israce",
"//util/memory",
"//util/tiflashcompute",
"@com_github_pingcap_errors//:errors",
Expand Down
4 changes: 0 additions & 4 deletions executor/test/tiflashtest/tiflash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import (
"github.com/pingcap/tidb/testkit"
"github.com/pingcap/tidb/testkit/external"
"github.com/pingcap/tidb/util/dbterror/exeerrors"
"github.com/pingcap/tidb/util/israce"
"github.com/pingcap/tidb/util/memory"
"github.com/pingcap/tidb/util/tiflashcompute"
"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -204,9 +203,6 @@ func TestJoinRace(t *testing.T) {
}

func TestMppExecution(t *testing.T) {
if israce.RaceEnabled {
t.Skip("skip race test because of long running")
}
store := testkit.CreateMockStore(t, withMockTiFlash(2))
tk := testkit.NewTestKit(t, store)
tk.MustExec("use test")
Expand Down

0 comments on commit 5ae5abf

Please sign in to comment.