mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 03:09:18 +02:00
6 lines
149 B
TOML
6 lines
149 B
TOML
[DEFAULT]
|
|
skip-if = ["os == 'android'"] # bug 1730213
|
|
firefox-appdir = "browser"
|
|
|
|
["test_macOS_showSecurityPreferences.js"]
|
|
run-if = ["os == 'mac'"]
|