Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix browser tests on AppVeyor #42

Open
jacebrowning opened this issue Dec 25, 2020 · 0 comments
Open

Fix browser tests on AppVeyor #42

jacebrowning opened this issue Dec 25, 2020 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@jacebrowning
Copy link
Owner

jacebrowning commented Dec 25, 2020

Tests that need a real browser are currently skipped because they time out:

pomace/tests/conftest.py

Lines 34 to 38 in db7745f

@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")

@jacebrowning jacebrowning self-assigned this Dec 25, 2020
@jacebrowning jacebrowning added the bug Something isn't working label Dec 25, 2020
@jacebrowning jacebrowning added the help wanted Extra attention is needed label Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant