Skip to content

Commit

Permalink
[INFRA] Temporarly disable Chrome and Edge e2e tests on CI (#1934)
Browse files Browse the repository at this point in the history
Some tests involving BPMN label are not passing anymore, without any code code nor dependencies changes.
Disable them to give us time to investigate without stopping developments.
  • Loading branch information
tbouffard authored Apr 29, 2022
1 parent 80bc5b4 commit edc7bde
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,16 @@ jobs:
fail-fast: false
matrix:
os: [macos-11, ubuntu-20.04, windows-2019]
browser: [chromium, firefox, chrome]
# TODO activate chrome, see https://github.com/process-analytics/bpmn-visualization-js/issues/1933
browser: [chromium, firefox]
include:
# only test WebKit on macOS
- os: macos-11
browser: webkit
# TODO activate edge, see https://github.com/process-analytics/bpmn-visualization-js/issues/1933
# only test Edge on Windows
- os: windows-2019
browser: msedge
#- os: windows-2019
# browser: msedge
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit edc7bde

Please sign in to comment.