We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528f9cb commit bcfa47fCopy full SHA for bcfa47f
toolkit/content/tests/browser/browser.toml
@@ -169,6 +169,12 @@ support-files = [
169
["browser_remoteness_change_listeners.js"]
170
171
["browser_resume_bkg_video_on_tab_hover.js"]
172
+skip-if = [
173
+ "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1775552
174
+ "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1775552
175
+ "os == 'mac' && os_version == '10.15' && processor == 'x86_64' && debug", # Bug 1775552
176
+ "os == 'win' && os_version == '11.26100' && debug", # Bug 1775552
177
+]
178
179
["browser_richlistbox_keyboard.js"]
180
0 commit comments