Skip to content

Commit

Permalink
*: skip TestFlashback in brietest (pingcap#37963)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Sep 19, 2022
1 parent 86d96a0 commit e721af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/realtikvtest/addindextest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ go_test(
"concurrent_ddl_test.go",
"failpoints_test.go",
"main_test.go",
"memory_test.go",
"multi_schema_change_test.go",
"pitr_test.go",
],
embed = [":addindextest"],
deps = [
"//config",
"//ddl/ingest",
"//testkit",
"//tests/realtikvtest",
"@com_github_stretchr_testify//require",
Expand Down
1 change: 1 addition & 0 deletions tests/realtikvtest/brietest/flashback_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func MockGC(tk *testkit.TestKit) (string, string, string, func()) {
}

func TestFlashback(t *testing.T) {
t.Skip("skip this test because TestFlashback isn't ready.")
if *realtikvtest.WithRealTiKV {
store := realtikvtest.CreateMockStoreAndSetup(t)

Expand Down

0 comments on commit e721af1

Please sign in to comment.