blob: 6058f20352a00c5c48fe98b3941936292fcbefe6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[DEFAULT]
tags = devtools
subsuite = devtools
support-files =
head.js
!/devtools/client/shared/test/shared-head.js
!/devtools/client/shared/test/telemetry-test-helpers.js
# Tests counting the numbers of loaded modules have distinct .ini file to execute the test
# individually, without any other test being executed before or after, as it could impact
# the number of loaded modules.
# This ini file is for all the _other_ tests, where such setup isn't relevant.
[browser_metrics_pool.js]
skip-if = false | true
|