Skip to content

Commit

Permalink
tests: enable race and flaky for flashback test (#40752)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei committed Jan 21, 2023
1 parent 5b82653 commit f1647c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/realtikvtest/flashbacktest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ go_test(
"flashback_test.go",
"main_test.go",
],
flaky = True,
race = "on",
deps = [
"//ddl/util",
"//errno",
Expand Down

0 comments on commit f1647c8

Please sign in to comment.