fix(cypress): disable electron due to timeouts (#46231)

pull/46231/merge
Mrugesh Mohapatra 2022-05-30 22:36:18 +05:30 committed by GitHub
parent d67a617e47
commit 2b884d9dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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