Skip to content

Commit

Permalink
*: enable more flaky test (#35227)
Browse files Browse the repository at this point in the history
ref #31716
  • Loading branch information
hawkingrei authored Jun 9, 2022
1 parent d653011 commit 355d66d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions planner/core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ go_test(
],
data = glob(["testdata/**"]),
embed = [":core"],
flaky = True,
shard_count = 50,
deps = [
"//config",
"//ddl",
Expand Down
1 change: 1 addition & 0 deletions util/watcher/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ go_test(
name = "watcher_test",
srcs = ["watcher_test.go"],
embed = [":watcher"],
flaky = True,
deps = ["@com_github_stretchr_testify//require"],
)

0 comments on commit 355d66d

Please sign in to comment.