11 lines
226 B
TOML
11 lines
226 B
TOML
[DEFAULT]
|
|
firefox-appdir = "browser"
|
|
|
|
["test_basic.js"]
|
|
skip-if = ["appname == 'thunderbird'"]
|
|
|
|
["test_corruptedFile.js"]
|
|
skip-if = ["appname == 'thunderbird'"]
|
|
|
|
["test_migratedFile.js"]
|
|
skip-if = ["appname == 'thunderbird'"]
|