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