Skip to content

Commit

Permalink
remove Elk from test due their manifest unstability
Browse files Browse the repository at this point in the history
  • Loading branch information
khmyznikov committed Nov 10, 2023
1 parent caf6996 commit 50a1d3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,
/* Retry on CI only */
retries: process.env.CI ? 3 : 0,
retries: process.env.CI ? 1 : 0,
/* Opt out of parallel tests on CI. */
workers: process.env.CI ? 1 : undefined,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
Expand Down
1 change: 0 additions & 1 deletion tests/test_urls.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
["https://webboard.app",
"https://elk.zone",
"https://maker4.com.br/meu-jardim-login/",
"https://app-demo.hemomedika.com.ua/",
"https://support.hixongroup.com/",
Expand Down

0 comments on commit 50a1d3c

Please sign in to comment.