We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048cf2b commit d6a1f57Copy full SHA for d6a1f57
util/cpu/BUILD.bazel
@@ -20,5 +20,6 @@ go_test(
20
name = "cpu_test",
21
srcs = ["cpu_test.go"],
22
embed = [":cpu"],
23
+ flaky = True,
24
deps = ["@com_github_stretchr_testify//require"],
25
)
0 commit comments