summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/test/metrics/browser_metrics_webconsole.toml
blob: e7c8831ad0242ee26ca25b7454f349a8ecba18f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[DEFAULT]
tags = "devtools"
subsuite = "devtools"
support-files = [
  "head.js",
  "!/devtools/client/shared/test/shared-head.js",
  "!/devtools/client/shared/test/telemetry-test-helpers.js",
]

# Each metrics tests is loaded in a separate .ini file. This way the test is executed
# individually, without any other test being executed before or after.

["browser_metrics_webconsole.js"]
run-if = ["os == 'linux'"] # Results should be platform agnostic - only run on linux64-opt
skip-if = [
  "debug",
  "asan",
]