Skip to content

Commit

Permalink
disable selenium tests for windows
Browse files Browse the repository at this point in the history
jonmmease committed Sep 28, 2024

Verified

This commit was signed with the committer’s verified signature.
fblupi Fran Bolívar
1 parent 240ba05 commit 17156df
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -395,16 +395,8 @@ jobs:
python -m pip install pytest vega-datasets scikit-image jupytext voila anywidget ipywidgets selenium flaky tenacity chromedriver-binary-auto
- name: Test vegafusion
working-directory: python/vegafusion/
env:
VEGAFUSION_TEST_HEADLESS: 1
run: pytest
- name: Upload test artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # [email protected]
if: always()
with:
name: vegafusion-python-test-failures
path: |
python/vegafusion/tests/output/*
run: pytest --ignore=tests/test_altair_mocks.py


# build-vegafusion-server-linux-64:
# runs-on: ubuntu-20.04

0 comments on commit 17156df

Please sign in to comment.