Skip to content

Commit

Permalink
ignore web-tour spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Mar 4, 2024
1 parent 7a09599 commit 9083661
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions end-to-end-test/shared/wdio/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,12 @@ exports.config = {
//
//

specs: [SPEC_FILE_PATTERN],
//specs: [SPEC_FILE_PATTERN],

//specs: ['./remote/specs/core/comparisonTab.screenshot.spec.js'],
//specs: ['./local/specs/web-tour.spec.js'],

// Patterns to exclude.
exclude: [
// 'path/to/excluded/files'
],
exclude: ['./local/specs/web-tour.spec.js'],
//
// ============
// Capabilities
Expand Down

0 comments on commit 9083661

Please sign in to comment.