From fc0fa726e4fd883344da41260b048d800d167259 Mon Sep 17 00:00:00 2001 From: Andrew Kozlik Date: Mon, 10 Jan 2022 09:54:10 +0100 Subject: [PATCH] ci: Allow failure of connect tests. --- ci/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test.yml b/ci/test.yml index 98d23c419..f75a2079c 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -393,6 +393,7 @@ connect test core: after_script: - cp /trezor-user-env/logs/debugging.log trezor-user-env-debugging.log - cp /trezor-user-env/logs/emulator_bridge.log tenv-emulator-bridge-debugging.log + allow_failure: true artifacts: paths: - trezor-user-env-debugging.log