From 0dad39414756356cf19f42fb49c5710e6dfa4b13 Mon Sep 17 00:00:00 2001 From: bitpshr Date: Tue, 30 Oct 2018 08:47:35 +0100 Subject: Disable mascara tests --- .circleci/config.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 55d570abc..3aac53171 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,14 +47,14 @@ workflows: requires: - prep-deps-npm - prep-build - - test-integration-mascara-chrome: - requires: - - prep-deps-npm - - prep-scss - - test-integration-mascara-firefox: - requires: - - prep-deps-npm - - prep-scss + # - test-integration-mascara-chrome: + # requires: + # - prep-deps-npm + # - prep-scss + # - test-integration-mascara-firefox: + # requires: + # - prep-deps-npm + # - prep-scss - test-integration-flat-chrome: requires: - prep-deps-npm @@ -73,8 +73,8 @@ workflows: - test-e2e-beta-chrome - test-e2e-beta-firefox - test-e2e-beta-drizzle - - test-integration-mascara-chrome - - test-integration-mascara-firefox + # - test-integration-mascara-chrome + # - test-integration-mascara-firefox - test-integration-flat-chrome - test-integration-flat-firefox - job-screens: @@ -293,9 +293,9 @@ jobs: - checkout - attach_workspace: at: . - - store_artifacts: - path: dist/mascara - destination: builds/mascara + # - store_artifacts: + # path: dist/mascara + # destination: builds/mascara - store_artifacts: path: dist/sourcemaps destination: builds/sourcemaps -- cgit v1.2.3