blob: 2ffc31ed805e44490bef4c7f244719d9a470653a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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_inspector.js]
skip-if = os != 'linux' || debug || asan # Results should be platform agnostic - only run on linux64-opt
|