From 5a2e831214c89630d903bc3c34298cf16f68e151 Mon Sep 17 00:00:00 2001 From: grdddj Date: Tue, 6 Sep 2022 15:02:50 +0200 Subject: [PATCH] chore(ci): do not allow failure for Connect tests --- ci/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/test.yml b/ci/test.yml index e9e8503434..df6d3d45aa 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -703,7 +703,6 @@ 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