Skip to content

Commit

Permalink
Update test suites used
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Dec 17, 2023
1 parent dc76f95 commit e2d24b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,9 @@ module.exports = (grunt) => {
cypress[command]({
config: { baseUrl: process.env.API_URL },
// Exclude some spec files for CI runs
// group-chat|group-large|group-proposals are excluded because they take
// group-large|group-proposals are excluded because they take
// comparatively long
// signup-and-login is pretty fast but is already covered by other
// tests
...process.env.CI && { spec: 'test/cypress/integration/!(group-large|signup-and-login).spec.js' },
...process.env.CI && { spec: 'test/cypress/integration/!(group-large|group-proposals).spec.js' },
...options
})
.then(r => done(r.totalFailed === 0)).catch(done)
Expand Down

0 comments on commit e2d24b4

Please sign in to comment.