ci: allow use of .only in ci testing mode (#18678)
This commit is contained in:
parent
8da17ffe37
commit
b30484d3a9
2 changed files with 2 additions and 15 deletions
|
@ -86,6 +86,6 @@ app.whenReady().then(() => {
|
|||
process.exit(runner.failures)
|
||||
})
|
||||
}
|
||||
const runner = (isCI) ? mocha.forbidOnly().run(cb) : mocha.run(cb)
|
||||
const runner = mocha.run(cb)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue