Skip to content

Commit

Permalink
Merge f9c7e55 into 8f47ed5
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Dec 25, 2020
2 parents 8f47ed5 + f9c7e55 commit 8d09ce2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# pylint: disable=unused-argument,redefined-outer-name

import os

import datafiles
import log
import pytest
Expand Down Expand Up @@ -31,6 +33,9 @@ def settings():

@pytest.fixture
def browser(settings):
if "APPVEYOR" in os.environ:
# TODO: https://github.com/jacebrowning/pomace/issues/42
pytest.skip("Launching browsers on AppVeyor causes build timeouts")
settings.browser.name = "chrome"
settings.browser.headless = True
settings.url = "http://example.com"
Expand Down

0 comments on commit 8d09ce2

Please sign in to comment.