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