Skip to content
Snippets Groups Projects
Commit 2741053c authored by Juha-Pekka Heikkilä's avatar Juha-Pekka Heikkilä
Browse files

Revert "testplan/kms: Make documentation is mandatory for all kms subtests"


This change broke igt build when building without chamelium

This reverts commit 00bc4cf3.

Signed-off-by: default avatarJuha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Acked-by: default avatarMarcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
parent 548d0a92
No related branches found
No related tags found
No related merge requests found
Pipeline #964710 passed
......@@ -31,13 +31,13 @@ xe_test_dict = {
if build_xe
test_dict = {
'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist },
'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist },
'kms_tests': { 'input': kms_test_config, 'extra_args': [] },
'xe_tests': { 'input': xe_test_config, 'extra_args': check_testlist }
}
else
test_dict = {
'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist },
'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist }
'kms_tests': { 'input': kms_test_config, 'extra_args': [] }
}
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment