Bug 1505043 - Mirror schema changes from bug 1431085 r=wlach

Differential Revision: https://phabricator.services.mozilla.com/D11163

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ionut Goldan 2018-11-08 16:17:29 +00:00
Родитель c0588f8311
Коммит 3b613afd96
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -77,9 +77,11 @@
"type": "array",
"title": "Extra options used in running suite",
"items": {
"type": "string"
"type": "string",
"maxLength": 45
},
"uniqueItems": true
"uniqueItems": true,
"maxItems": 8
},
"subtests": {
"items": {