Message ID | 20180329102904.28214-1-marta.lofstedt@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index 7ca313ac..ef3b45e9 100644 --- a/tests/intel-ci/blacklist.txt +++ b/tests/intel-ci/blacklist.txt @@ -58,6 +58,10 @@ igt@gem_userptr_blits@(major|minor|forked|mlocked|swapping).* igt@gem_wait@.*hang.* igt@gem_write_read_ring_switch(@.*)? ############################################### +# There are no DRRS capable displays in CI lab +############################################### +igt@kms_frontbuffer_tracking@.*drrs.* +############################################### # Broadcom ############################################### igt@vc4_.*
Skipping takes time, specifically for the big amount of drrs related kms_frontbuffer_tracking tests. Since we currently don't have any system set up with DRRS panels, blacklisting all those test will save time, and we can avoid the need to increase the Jenkins timeout in order to solve the Bugzilla below. V2: Changed typo and added comment. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105617 Signed-off-by: Marta Lofstedt <marta.lofstedt@intel.com> --- tests/intel-ci/blacklist.txt | 4 ++++ 1 file changed, 4 insertions(+)