Skip to content

Commit c3491ee

Browse files
committed
Disabled testproject standars on 2021 editor
1 parent 8b65eab commit c3491ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.yamato/_run-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ run_all_projects_standards:
8080
{% for platform in test_platforms.default -%}
8181
{% for project in projects.all -%}
8282
{% for editor in validation_editors.default -%}
83+
{% if editor != "2021.3" or project.name != "testproject" %} # Tracked in MTT-11382
8384
- .yamato/project-standards.yml#standards_{{ platform.name }}_{{ project.name }}_{{ editor }}
85+
{% endif -%}
8486
{% endfor -%}
8587
{% endfor -%}
8688
{% endfor -%}

0 commit comments

Comments
 (0)