Skip to content
Snippets Groups Projects
Commit 26d2ae36 authored by squidfunk's avatar squidfunk
Browse files

Set retries to 0

parent 2b0b90c5
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,6 @@ export default (gulp, config, args) => { ...@@ -87,7 +87,6 @@ export default (gulp, config, args) => {
/* Increase retries to omit flaky tests and make results public */ /* Increase retries to omit flaky tests and make results public */
if (process.env.CI && process.env.TRAVIS) { if (process.env.CI && process.env.TRAVIS) {
gemini.browsers[key].retry = 1
caps.public = "public" caps.public = "public"
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment