Skip to content

Commit fdba026

Browse files
smolnar-sheriffArchaeopteryx
authored andcommitted
Bug 2024015 - Disable browser_smartwindow_telemetry.js for frequent failures. r=intermittent-reviewers,aryx DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D294290
1 parent fadbe22 commit fdba026

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

browser/components/aiwindow/ui/test/browser/browser.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,11 @@ skip-if = [
167167

168168
["browser_smartwindow_telemetry.js"]
169169
skip-if = [
170+
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 2024015
171+
"os == 'mac' && os_version == '10.15' && arch == 'x86_64' && opt", # Bug 2024015
172+
"os == 'win' && os_version == '11.26100' && arch == 'x86'", # Bug 2024015
173+
"os == 'win' && os_version == '11.26200' && arch == 'x86'", # Bug 2024015
174+
"os == 'win' && os_version == '11.26100' && arch == 'x86_64'", # Bug 2024015
175+
"os == 'win' && os_version == '11.26200' && arch == 'x86_64'", # Bug 2024015
170176
"os == 'win' && debug && standalone", # Bug 2024015
171177
]

0 commit comments

Comments
 (0)