summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/computed/test/browser.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/inspector/computed/test/browser.toml')
-rw-r--r--devtools/client/inspector/computed/test/browser.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/devtools/client/inspector/computed/test/browser.toml b/devtools/client/inspector/computed/test/browser.toml
index d4ec4fc993..634c367351 100644
--- a/devtools/client/inspector/computed/test/browser.toml
+++ b/devtools/client/inspector/computed/test/browser.toml
@@ -34,7 +34,8 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
["browser_computed_getNodeInfo.js"]
skip-if = [
- "!debug && os == 'mac'", #Bug 1559033
+ "apple_catalina && !debug", #Bug 1559033
+ "apple_silicon && !debug", #Bug 1559033
"a11y_checks", # Bugs 1849028 and 1858041 to investigate intermittent a11y_checks results
]