summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/test/metrics/browser_metrics.toml
blob: 3e95c00dfe489dd575c953420118836022412309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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 manifest 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 manifest file is for all the _other_ tests, where such setup isn't relevant.

["browser_metrics_pool.js"]
skip-if = [
  "debug",
  "asan",
]