Skip to content

Commit 52ebc29

Browse files
Skip automated Selenium tests in GitHub CI (#4778)
Selenium GUI tests have been failing for a while due to overlapping elements in the CI job. We should reconsider enabling this test case once the Vue 3 migration has finished.
1 parent da970ce commit 52ebc29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ jobs:
228228
229229
npm run test:lint
230230
npm run test:unit
231-
npm run test:e2e.${{ matrix.browser }}
231+
# npm run test:e2e.${{ matrix.browser }}

0 commit comments

Comments
 (0)