aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorMark Stacey <markjstacey@gmail.com>2019-07-16 04:10:46 +0800
committerGitHub <noreply@github.com>2019-07-16 04:10:46 +0800
commit32fffe53f5016b8fc4f2b78f4501fc271705b96d (patch)
tree4378f764047ddafaf9c30f0fd3fd05603164e802 /.circleci
parent45b3b5df5cf3bb52169ab9b9631e8315db63d559 (diff)
downloadtangerine-wallet-browser-32fffe53f5016b8fc4f2b78f4501fc271705b96d.tar.gz
tangerine-wallet-browser-32fffe53f5016b8fc4f2b78f4501fc271705b96d.tar.zst
tangerine-wallet-browser-32fffe53f5016b8fc4f2b78f4501fc271705b96d.zip
Remove Drizzle tests (#6855)
The Drizzle tests have not been used for some time. They were used to ensure compatibility with newer versions of `web3` v1. If we want to re-add tests to ensure compatibility with newer `web3` versions, we should find some way of doing that more reliably than was done here - these tests were somewhat flaky and unreliable.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a3cb6cd71..0074dadf9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -26,10 +26,6 @@ workflows:
- test-e2e-firefox:
requires:
- prep-deps-npm
- # - test-e2e-beta-drizzle:
- # requires:
- # - prep-deps-npm
- # - prep-build
- test-unit:
requires:
- prep-deps-npm
@@ -52,7 +48,6 @@ workflows:
- test-mozilla-lint
- test-e2e-chrome
- test-e2e-firefox
- # - test-e2e-beta-drizzle
- test-integration-flat-chrome
- test-integration-flat-firefox
- job-publish-prerelease:
@@ -160,19 +155,6 @@ jobs:
name: npm audit
command: .circleci/scripts/npm-audit
- # test-e2e-beta-drizzle:
- # docker:
- # - image: circleci/node:8.11.3-browsers
- # steps:
- # - checkout
- # - attach_workspace:
- # at: .
- # - run:
- # name: test:e2e:drizzle:beta
- # command: npm run test:e2e:drizzle:beta
- # - store_artifacts:
- # path: test-artifacts
- # destination: test-artifacts
test-e2e-chrome:
docker:
- image: circleci/node:10.16-browsers