blob: 87d7c2c7b0e56f035794567599a76e59c21a3a86 (
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_webconsole.js]
skip-if = os != 'linux' || debug || asan # Results should be platform agnostic - only run on linux64-opt
|