From 62f9f636c91d2a5dc7db64df687e2be2321d67d4 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Wed, 8 Apr 2020 23:50:52 +0200 Subject: [PATCH] Revert "temp: Test with react-dist-tag: next in CI" This reverts commit a93c076127706eeae7264a6f579cbd75f162786d. --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a6a09aea7ad24..f3ae30d7483584 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -210,8 +210,6 @@ workflows: - test_unit: requires: - checkout - # REVERT_ME_OR_JUST_KIDDING_IT_WILL_BE_FINE - react-dist-tag: next - test_static: requires: - checkout @@ -221,8 +219,6 @@ workflows: - test_browser: requires: - checkout - # REVERT_ME_OR_JUST_KIDDING_IT_WILL_BE_FINE - react-dist-tag: next - test_regressions: requires: - test_unit