Skip to content

Commit 274a7b4

Browse files
committed
Mark bugreport_test_test and snapshot_test_test as flaky = True
These tests sometimes time out. When `flaky` is set to `True`, the test will be re-run up to 3 times to try to get a passing result. https://bazel.build/reference/be/common-definitions#test.flaky Bug: b/465510723 Bug: b/465512053
1 parent 00ee244 commit 274a7b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

e2etests/orchestration/bugreport_test/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ go_test(
2121
"//orchestration/artifacts:cvd_host_package",
2222
"//orchestration/artifacts:images_zip",
2323
],
24+
flaky = True,
2425
deps = [
2526
"//orchestration/common",
2627
"@com_github_google_android_cuttlefish_frontend_src_libhoclient//:libhoclient",

e2etests/orchestration/snapshot_test/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ go_test(
2121
"//orchestration/artifacts:cvd_host_package",
2222
"//orchestration/artifacts:images_zip",
2323
],
24+
flaky = True,
2425
deps = [
2526
"//orchestration/common",
2627
"@com_github_google_android_cuttlefish_frontend_src_host_orchestrator//api/v1:api",

0 commit comments

Comments
 (0)