blob: 2adf8ddcf22bd7982d999bf8421c870215aa153e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[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"]
|