From a0286fc688225313540d7936f39d09fabdcc9853 Mon Sep 17 00:00:00 2001 From: Juha Alanen Date: Mon, 18 May 2020 14:23:38 +0300 Subject: [build] Disable Android unit test runner Disable Android unit test runner until CircleCI build issue is solved. --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index c13138dfb7..62f9963b93 100644 --- a/circle.yml +++ b/circle.yml @@ -165,9 +165,9 @@ workflows: - android-render-test-runner: requires: - linux-gcc8-release - - android-unit-test-runner: - requires: - - linux-gcc8-release +# - android-unit-test-runner: +# requires: +# - linux-gcc8-release - ios-render-test-runner: requires: - linux-gcc8-release -- cgit v1.2.1