Skip to content

Commit 04d4751

Browse files
committed
Re-add ensure with else value
1 parent 6ba21cc commit 04d4751

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
7878
flavor: {{ platform.flavor }}
7979
variables:
8080
ECHO_SERVER_PORT: "7788"
81+
# Ensure the DA codec tests will fail if they cannot connect to the echo-server
82+
# The default is to ignore the codec tests if the echo-server fails to connect
83+
ENSURE_CODEC_TESTS: {% if platform.name != "win" %} "true" {% else %} "" {% endif %}
8184

8285
commands:
8386
# Platform specific UTR setup

0 commit comments

Comments
 (0)