From 13ca274db1484f7212c9159d364ee704c63f7997 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sun, 6 Jun 2021 10:14:34 +0200 Subject: [PATCH] CI: Avoid running juint I'm trying to figure out why the tests are taking forever .. --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8a9e980d..3eaa5b33 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,8 @@ jobs: command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config - run: name: Test - command: flutter test --coverage --machine | tojunit --output junit.xml + command: flutter test --coverage + #command: flutter test --coverage --machine | tojunit --output junit.xml - store_test_results: path: ./ # - run: