blob: 22806a32e6035bc511395a78f0f97f43b7ab4772 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
[DEFAULT]
firefox-appdir = "browser"
head = "head.js"
["test_FOGIPCLimit.js"]
["test_FOGInit.js"]
["test_FOGPrefs.js"]
skip-if = ["os == 'android'"] # FOG isn't responsible for monitoring prefs and controlling upload on Android
["test_GIFFT.js"]
run-sequentially = "very high failure rate in parallel"
["test_GIFFTIPC.js"]
["test_Glean.js"]
["test_GleanExperiments.js"]
skip-if = ["os == 'android'"] # FOG isn't responsible for experiment annotations on Android
["test_GleanIPC.js"]
["test_GleanServerKnobs.js"]
skip-if = ["os == 'android'"] # Server Knobs on mobile will be handled by the specific app
["test_JOG.js"]
["test_JOGIPC.js"]
["test_MillionQ.js"]
skip-if = ["os == 'android'"] # Android inits its own FOG, so the test won't work.
["test_OHTTP.js"]
skip-if = ["os == 'android'"] # FOG isn't responsible for monitoring prefs and controlling upload on Android
|