bazel: mark bundlesize check as flaky (#50783)

Mark bundlesize check as flaky in Bazel to avoid errors.
This commit is contained in:
Valery Bugakov 2023-04-18 19:19:01 -07:00 committed by GitHub
parent ea1bf60cd6
commit 0b32522c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2062,4 +2062,5 @@ bundlesize_bin.bundlesize_test(
env = {
"WEB_BUNDLE_PATH": "$(rootpath //client/web:bundle-enterprise)",
},
flaky = True,
)