mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 04:47:18 +00:00
Mark e2e test targets as flaky for now (#10778)
* Mark e2e test targets as flaky for now * Mark e2e test targets as flaky for now Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
parent
2de2000eb7
commit
4353d39daa
@ -72,6 +72,7 @@ go_test(
|
||||
"requires-network",
|
||||
],
|
||||
deps = common_deps,
|
||||
flaky = True,
|
||||
)
|
||||
|
||||
go_test(
|
||||
@ -104,6 +105,7 @@ go_test(
|
||||
"requires-network",
|
||||
],
|
||||
deps = common_deps,
|
||||
flaky = True,
|
||||
)
|
||||
|
||||
go_test(
|
||||
@ -136,6 +138,7 @@ go_test(
|
||||
"scenario",
|
||||
],
|
||||
deps = common_deps,
|
||||
flaky = True,
|
||||
)
|
||||
|
||||
go_test(
|
||||
@ -168,4 +171,5 @@ go_test(
|
||||
"scenario",
|
||||
],
|
||||
deps = common_deps,
|
||||
flaky = True,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user