Skip to content

Commit d6a1f57

Browse files
committed
cpu: fix ticker to avoid close early
Signed-off-by: Weizhen Wang <[email protected]>
1 parent 048cf2b commit d6a1f57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/cpu/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ go_test(
2020
name = "cpu_test",
2121
srcs = ["cpu_test.go"],
2222
embed = [":cpu"],
23+
flaky = True,
2324
deps = ["@com_github_stretchr_testify//require"],
2425
)

0 commit comments

Comments
 (0)