Don't run in parallel cli and plugin tests
This commit is contained in:
parent
f0af38e696
commit
f4659d73fb
5 changed files with 19 additions and 17 deletions
|
@ -21,7 +21,7 @@ initDatabaseModels(true)
|
|||
})
|
||||
.then(user => {
|
||||
if (!user) {
|
||||
console.error('User unknown.')
|
||||
console.error('Unknown user.')
|
||||
process.exit(-1)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue