summaryrefslogtreecommitdiffstats
path: root/browser/components/places/tests/browser/interactions/browser.ini
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/places/tests/browser/interactions/browser.ini')
-rw-r--r--browser/components/places/tests/browser/interactions/browser.ini30
1 files changed, 30 insertions, 0 deletions
diff --git a/browser/components/places/tests/browser/interactions/browser.ini b/browser/components/places/tests/browser/interactions/browser.ini
new file mode 100644
index 0000000000..79be009cbf
--- /dev/null
+++ b/browser/components/places/tests/browser/interactions/browser.ini
@@ -0,0 +1,30 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+[DEFAULT]
+prefs =
+ browser.places.interactions.enabled=true
+ browser.places.interactions.log=true
+ browser.places.interactions.scrolling_timeout_ms=50
+ general.smoothScroll=false
+
+support-files =
+ head.js
+ ../keyword_form.html
+ scrolling.html
+ scrolling_subframe.html
+skip-if =
+ os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
+
+[browser_interactions_blocklist.js]
+[browser_interactions_referrer.js]
+[browser_interactions_scrolling.js]
+skip-if =
+ apple_silicon && fission # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
+[browser_interactions_scrolling_dom_history.js]
+skip-if = os == 'mac' # Bug 1756157: Randomly times out on macOS
+[browser_interactions_typing.js]
+[browser_interactions_typing_dom_history.js]
+[browser_interactions_view_time.js]
+[browser_interactions_view_time_dom_history.js]