Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit c521d98

Browse files
authored
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 <!-- All pull requests REQUIRE a test plan: https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles --> ## Changelog <!-- 1. Ensure your pull request title is formatted as: $type($domain): $what 2. Add bullet list items for each additional detail you want to cover (see example below) 3. You can edit this after the pull request was merged, as long as release shipping it hasn't been promoted to the public. 4. For more information, please see this how-to https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c? Audience: TS/CSE > Customers > Teammates (in that order). Cheat sheet: $type = chore|fix|feat $domain: source|search|ci|release|plg|cody|local|... --> <!-- Example: Title: fix(search): parse quotes with the appropriate context Changelog section: ## Changelog - When a quote is used with regexp pattern type, then ... - Refactored underlying code. -->
1 parent d237975 commit c521d98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/web-sveltekit/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ playwright_test_bin.playwright_test(
212212
"BAZEL_SKIP_TESTS": "clone in progress;commit not found;not cloned;error loading commit information",
213213
"ASSETS_DIR": "./client/web-sveltekit/test_app_assets/test_build/_sk/",
214214
},
215+
flaky = True,
215216
)
216217

217218
TESTS = glob([

0 commit comments

Comments
 (0)