From cb8f8f1ea878a01d627170c8a00dc7e692912e66 Mon Sep 17 00:00:00 2001 From: Matt Schoen Date: Thu, 10 Sep 2020 19:35:36 -0700 Subject: [PATCH] Remove code coverage tests to resolve failures on 2019.1 --- .yamato/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.yamato/test.yml b/.yamato/test.yml index a52f4798d..ab5bec20b 100644 --- a/.yamato/test.yml +++ b/.yamato/test.yml @@ -26,7 +26,7 @@ test_{{ platform.name }}_{{ editor.version }}: flavor: {{ platform.flavor}} commands: - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - - {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests --enable-code-coverage + - {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests artifacts: logs: paths: @@ -46,7 +46,7 @@ test_{{ platform.name }}_{{ editor.version }}: flavor: {{ platform.flavor}} commands: - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - - {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests --enable-code-coverage + - {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests artifacts: logs: paths: @@ -100,4 +100,4 @@ test_trigger: {% for platform in test_platforms %} - .yamato/test.yml#test_{{platform.name}}_{{editor.version}} {% endfor %} - {% endfor %} \ No newline at end of file + {% endfor %}