blob: 9ad49727b9fc8fc0d1e237717f3d53c1d2dba1d1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[DEFAULT]
firefox-appdir = browser
skip-if = (os != "win" && toolkit != "cocoa") # Only available on Windows and macOS
head = head.js
[test_AttributionCode.js]
skip-if = os == "win" && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807924
[test_MacAttribution.js]
skip-if = toolkit != "cocoa" # osx specific tests
[test_attribution_parsing.js]
|