mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Set retries to 0
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user