19 lines
320 B
TOML
19 lines
320 B
TOML
[DEFAULT]
|
|
subsuite = "mozbase"
|
|
# We skip these tests in automated Windows builds because they trigger crashes
|
|
# in sh.exe; see bug 1489277.
|
|
skip-if = ["automation && os == 'win'"]
|
|
|
|
["test_crash.py"]
|
|
|
|
["test_interactive.py"]
|
|
|
|
["test_start.py"]
|
|
|
|
["test_states.py"]
|
|
|
|
["test_stop.py"]
|
|
|
|
["test_threads.py"]
|
|
|
|
["test_wait.py"]
|