mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
bazel: mark bundlesize check as flaky (#50783)
Mark bundlesize check as flaky in Bazel to avoid errors.
This commit is contained in:
parent
ea1bf60cd6
commit
0b32522c2d
1
client/web/BUILD.bazel
generated
1
client/web/BUILD.bazel
generated
@ -2062,4 +2062,5 @@ bundlesize_bin.bundlesize_test(
|
||||
env = {
|
||||
"WEB_BUNDLE_PATH": "$(rootpath //client/web:bundle-enterprise)",
|
||||
},
|
||||
flaky = True,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user