summaryrefslogtreecommitdiffstats
path: root/browser/components/attribution/test/browser/browser.toml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/attribution/test/browser/browser.toml')
-rw-r--r--browser/components/attribution/test/browser/browser.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/browser/components/attribution/test/browser/browser.toml b/browser/components/attribution/test/browser/browser.toml
new file mode 100644
index 0000000000..7689f13c48
--- /dev/null
+++ b/browser/components/attribution/test/browser/browser.toml
@@ -0,0 +1,10 @@
+[DEFAULT]
+support-files = ["head.js"]
+
+["browser_AttributionCode_Mac_telemetry.js"]
+run-if = ["os == 'mac'"] # macOS only telemetry.
+
+["browser_AttributionCode_telemetry.js"]
+# These tests only cover the attribution cache file - which only exists on
+# Windows.
+run-if = ["os == 'win'"]