Skip to content

Commit

Permalink
test(nightwatch): skip selenium test for now
Browse files Browse the repository at this point in the history
It's causing trouble in the CI server but we haven't received any user
report yet.
  • Loading branch information
sodatea committed Feb 14, 2022
1 parent 7a17d98 commit 2d8fa26
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ describe('nightwatch e2e plugin', () => {
])
})

test('should run single test with custom nightwatch.json and selenium server', async () => {
test.skip('should run single test with custom nightwatch.json and selenium server', async () => {
await project.run(`vue-cli-service test:e2e --headless --use-selenium -t tests/e2e/specs/test.js`)
let results = await project.read('test_results.json')
results = JSON.parse(results)
Expand Down

0 comments on commit 2d8fa26

Please sign in to comment.