[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' && opt", # Results should be platform agnostic - only run on linux64-opt ] skip-if = [ "verify", # metrics tests should only run once, they are designed to record module usage and will fail in verify because the number of modules will be different after the first load. ]