Skip to content

Commit

Permalink
*: disable race for framework tests (#46594)
Browse files Browse the repository at this point in the history
close #46573
  • Loading branch information
ywqzzy authored Sep 1, 2023
1 parent be01ad9 commit 1a9cfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disttask/framework/dispatcher/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ go_test(
],
embed = [":dispatcher"],
flaky = True,
race = "on",
race = "off",
shard_count = 8,
deps = [
"//disttask/framework/proto",
Expand Down

0 comments on commit 1a9cfb5

Please sign in to comment.