12 lines
189 B
TOML
12 lines
189 B
TOML
[DEFAULT]
|
|
subsuite = "mozbase"
|
|
|
|
["test_binary.py"]
|
|
skip-if = ["os == 'mac'"]
|
|
|
|
["test_install.py"]
|
|
skip-if = ["os == 'mac'"] # intermittent
|
|
|
|
["test_is_installer.py"]
|
|
|
|
["test_uninstall.py"]
|