Skip to content

Commit

Permalink
Back out of Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Sep 4, 2024
1 parent a34e715 commit 50cd6e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ jobs:
if: needs.changes.outputs.shouldTriggerCypress == 'true'
uses: cypress-io/github-action@v6
with:
browser: chrome
config-file: cypress.e2e.config.ts
config: retries=2
spec: ${{ matrix.chunk }}
Expand Down
3 changes: 0 additions & 3 deletions cypress.e2e.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ export default defineConfig({
// not what a human would do... so, set it to center to avoid this weird behavior
scrollBehavior: 'center',
e2e: {
// experimentalMemoryManagement fixes a completely mysterious crash in "Adding new insight to dashboard works"
// See this GH issue: https://github.com/cypress-io/cypress/issues/21135#issuecomment-1612090366
experimentalMemoryManagement: true,
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
Expand Down

0 comments on commit 50cd6e2

Please sign in to comment.