Skip to content

Commit

Permalink
Disable chrome until saucelabs supports testcafe 3.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Nov 5, 2024
1 parent a230ed7 commit 9ed9b0e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .sauce/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ suites:
- "test/functional/specs/**/*.js"
platformName: "Windows 11"
excludedTestFiles: ["test/functional/specs/Consent/C5594870.js"]
- name: "Chrome"
browserName: "chrome"
headless: true
browserVersion: "latest"
src:
- "test/functional/specs/**/*.js"
platformName: "Windows 11"
excludedTestFiles:
[
"test/functional/specs/Consent/C5594870.js",
"test/functional/specs/Personalization/C7494472.js",
"test/functional/specs/Personalization/C8631576.js",
"test/functional/specs/Personalization/C8631577.js",
]
# - name: "Chrome"
# browserName: "chrome"
# headless: true
# browserVersion: "latest"
# src:
# - "test/functional/specs/**/*.js"
# platformName: "Windows 11"
# excludedTestFiles:
# [
# "test/functional/specs/Consent/C5594870.js",
# "test/functional/specs/Personalization/C7494472.js",
# "test/functional/specs/Personalization/C8631576.js",
# "test/functional/specs/Personalization/C8631577.js",
# ]

0 comments on commit 9ed9b0e

Please sign in to comment.