summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/test/metrics/browser_metrics_debugger.toml
blob: 24d651095d47ca6c91c4531c13823a62003914b9 (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_debugger.js"]
run-if = ["os == 'linux'"] # Results should be platform agnostic - only run on linux64-opt
skip-if = [
  "debug",
  "asan",
]