From c521d988ac788da19bcbc8a94ea57352f340e426 Mon Sep 17 00:00:00 2001 From: Jean-Hadrien Chabran Date: Wed, 19 Jun 2024 19:44:09 +0200 Subject: [PATCH] chore(ci): mark web-sveltekit:e2e_test as flaky (#63351) Marks the `web-sveltekit:e2e_test` as flaky (tries them up to three times). It just failed main on this build http://github.com/sourcegraph/sourcegraph/commit/db7a268c34e7908e03477fedb166bcd0ed39b179 ## Test plan ci ## Changelog --- client/web-sveltekit/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/client/web-sveltekit/BUILD.bazel b/client/web-sveltekit/BUILD.bazel index 15644253cb3..d0f514e3823 100644 --- a/client/web-sveltekit/BUILD.bazel +++ b/client/web-sveltekit/BUILD.bazel @@ -212,6 +212,7 @@ playwright_test_bin.playwright_test( "BAZEL_SKIP_TESTS": "clone in progress;commit not found;not cloned;error loading commit information", "ASSETS_DIR": "./client/web-sveltekit/test_app_assets/test_build/_sk/", }, + flaky = True, ) TESTS = glob([