browser_metrics_inspector.toml (912B)
1 [DEFAULT] 2 tags = "devtools" 3 subsuite = "devtools" 4 support-files = [ 5 "head.js", 6 "!/devtools/client/shared/test/shared-head.js", 7 "!/devtools/client/shared/test/telemetry-test-helpers.js", 8 ] 9 10 # Each metrics tests is loaded in a separate .ini file. This way the test is executed 11 # individually, without any other test being executed before or after. 12 13 ["browser_metrics_inspector.js"] 14 run-if = [ 15 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Results should be platform agnostic - only run on linux64-opt 16 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Results should be platform agnostic - only run on linux64-opt 17 ] 18 skip-if = [ 19 "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. 20 ]