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

This commit is contained in:
Mrugesh Mohapatra
2022-05-30 22:36:18 +05:30
committed by GitHub
parent d67a617e47
commit 2b884d9dd9

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