From ecaa160db049a724a248878999f38e1847a81163 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Tue, 2 Jul 2019 11:31:16 -0700 Subject: [PATCH] re-enable plugin tests that should be passing now --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c35321749..d506fc4cb3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -359,8 +359,7 @@ workflows: # - py37-eth2-fixtures - py37-eth2-integration - py37-eth2-plugins-passing - # temporarily disable these eth2 plugin tests for now - # - py37-eth2-plugins + - py37-eth2-plugins # - py37-libp2p - py37-eth1-plugins @@ -385,8 +384,7 @@ workflows: # - py36-eth2-fixtures - py36-eth2-integration - py36-eth2-plugins-passing - # temporarily disable these eth2 plugin tests for now - # - py36-eth2-plugins + - py36-eth2-plugins # - py36-libp2p - py36-eth1-plugins