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.
This commit is contained in:
parent
7180a6df0b
commit
e7a6907bc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user