diff --git a/.sauce/dev.yml b/.sauce/dev.yml index f9afc5d97..4da9b0c67 100644 --- a/.sauce/dev.yml +++ b/.sauce/dev.yml @@ -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", - ] \ No newline at end of file + # - 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", + # ] \ No newline at end of file