Skip to content

Commit b31d315

Browse files
authored
chore: mark //rs/nns/governance:governance_integration_test_tests:... as flaky (#5447)
The `//rs/nns/governance:governance_integration_test_tests/governance` test times out in over 2% of the runs requiring folks to manually restart the job on their PRs. So this commit marks all `//rs/nns/governance:governance_integration_test_tests/...` tests as flaky such that they're automatically retried and show up on our Flakiness Dashboards. The latter will help with prioritising fixing the flakiness.
1 parent b3efb00 commit b31d315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rs/nns/governance/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ rust_test_suite_with_extra_srcs(
389389
extra_srcs = glob([
390390
"tests/*/*.rs",
391391
]) + ["tests/fake.rs"],
392+
flaky = True, # the governance test times out in over 2% of runs
392393
proc_macro_deps = MACRO_DEPENDENCIES + MACRO_DEV_DEPENDENCIES,
393394
toolchains = ["@bazel_tools//tools/jdk:current_java_runtime"],
394395
deps = [":governance--test_feature"] + DEPENDENCIES + DEV_DEPENDENCIES + [

0 commit comments

Comments
 (0)