From e7a6907bc2797c8411e7a107c48de180f2f45d61 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 29 May 2016 17:35:43 +0200 Subject: [PATCH] tests: Don't run geolocation tests on OS X We already only run them on CI because they can be kind of unpredictable, and it seems OS X on Travis hangs when running them too. --- tests/integration/features/prompts.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/features/prompts.feature b/tests/integration/features/prompts.feature index b4a5091ac..381b87088 100644 --- a/tests/integration/features/prompts.feature +++ b/tests/integration/features/prompts.feature @@ -122,14 +122,14 @@ Feature: Prompts And I click the button Then the javascript message "geolocation permission denied" should be logged - @ci + @ci @not_osx Scenario: Always accepting geolocation When I set content -> geolocation to true And I open data/prompt/geolocation.html in a new tab And I click the button Then the javascript message "geolocation permission denied" should not be logged - @ci + @ci @not_osx Scenario: geolocation with ask -> true When I set content -> geolocation to ask And I open data/prompt/geolocation.html in a new tab