From 2b884d9dd9cf93b171df11ceae098cb7e4b8348f Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Mon, 30 May 2022 22:36:18 +0530 Subject: [PATCH] fix(cypress): disable electron due to timeouts (#46231) --- .github/workflows/cypress.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 3ac60725cad..04cc18513a1 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -64,11 +64,12 @@ jobs: strategy: fail-fast: false matrix: - browsers: [chrome, firefox, electron] node-version: [16.x] - include: - - browsers: electron - spec: cypress/integration/learn/challenges/projects.js + browsers: [chrome, firefox] + # browsers: [chrome, firefox, electron] + # include: + # - browsers: electron + # spec: cypress/integration/learn/challenges/projects.js services: mongodb: image: mongo:4