Skip to content

Commit 1268808

Browse files
Re-enable Unity trunk ml-agents tests
1 parent 50419ba commit 1268808

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.yamato/com.unity.ml-agents-test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
{% metadata_file .yamato/coverage_tests.metafile %}
22
test_editors:
33
- version: 6000.0
4-
# We want some scene tests to run in the DevProject, but packages there only support 2020+
54
testProject: Project
65
enableNoDefaultPackages: !!bool true
76
- version: 6000.0
87
testProject: DevProject
98
enableNoDefaultPackages: !!bool true
109

1110
trunk_editor:
12-
# TODO: re-enable trunk tests after adding support for Unity 6. As of 12 Mar 2024, tests fail
13-
# with "Error: '6000.0.0b12' is not a valid Unity version"
14-
# - version: trunk
15-
# # Workaround for MLA-1596 - need to make sure we load the right results.
16-
# testProject: DevProject
11+
- version: trunk
12+
testProject: DevProject
1713

1814
test_platforms:
1915
- name: win

0 commit comments

Comments
 (0)