1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Skip drizzle tests unit issue with ci is determined (#5982)

This commit is contained in:
Thomas Huang 2019-01-16 13:38:04 -08:00 committed by Dan Finlay
parent 42e67295f4
commit 13463309dc

View File

@ -28,10 +28,10 @@ workflows:
requires: requires:
- prep-deps-npm - prep-deps-npm
- prep-build - prep-build
- test-e2e-beta-drizzle: # - test-e2e-beta-drizzle:
requires: # requires:
- prep-deps-npm # - prep-deps-npm
- prep-build # - prep-build
- test-unit: - test-unit:
requires: requires:
- prep-deps-npm - prep-deps-npm
@ -54,7 +54,7 @@ workflows:
- test-mozilla-lint - test-mozilla-lint
- test-e2e-beta-chrome - test-e2e-beta-chrome
- test-e2e-beta-firefox - test-e2e-beta-firefox
- test-e2e-beta-drizzle # - test-e2e-beta-drizzle
- test-integration-flat-chrome - test-integration-flat-chrome
- test-integration-flat-firefox - test-integration-flat-firefox
- job-screens: - job-screens:
@ -176,19 +176,19 @@ jobs:
name: Test name: Test
command: sudo npm install -g npm@6 && npm audit command: sudo npm install -g npm@6 && npm audit
test-e2e-beta-drizzle: # test-e2e-beta-drizzle:
docker: # docker:
- image: circleci/node:8.11.3-browsers # - image: circleci/node:8.11.3-browsers
steps: # steps:
- checkout # - checkout
- attach_workspace: # - attach_workspace:
at: . # at: .
- run: # - run:
name: test:e2e:drizzle:beta # name: test:e2e:drizzle:beta
command: npm run test:e2e:drizzle:beta # command: npm run test:e2e:drizzle:beta
- store_artifacts: # - store_artifacts:
path: test-artifacts # path: test-artifacts
destination: test-artifacts # destination: test-artifacts
test-e2e-beta-chrome: test-e2e-beta-chrome:
docker: docker:
- image: circleci/node:8.11.3-browsers - image: circleci/node:8.11.3-browsers