summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/test/allocations/browser_allocations_reload_no_devtools.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/framework/test/allocations/browser_allocations_reload_no_devtools.toml')
-rw-r--r--devtools/client/framework/test/allocations/browser_allocations_reload_no_devtools.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/devtools/client/framework/test/allocations/browser_allocations_reload_no_devtools.toml b/devtools/client/framework/test/allocations/browser_allocations_reload_no_devtools.toml
new file mode 100644
index 0000000000..58dfadc598
--- /dev/null
+++ b/devtools/client/framework/test/allocations/browser_allocations_reload_no_devtools.toml
@@ -0,0 +1,19 @@
+[DEFAULT]
+tags = "devtools"
+subsuite = "devtools"
+support-files = [
+ "!/devtools/shared/test-helpers/allocation-tracker.js",
+ "head.js",
+ "reloaded-page.html",
+ "reloaded.png",
+]
+
+# 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_allocations_reload_no_devtools.js"]
+run-if = ["os == 'linux'"] # Results should be platform agnostic - only run on linux64-opt
+skip-if = [
+ "debug",
+ "asan",
+]