From 72b8cf9e9dff3ba84a4c8df4e99dede62d5f9d98 Mon Sep 17 00:00:00 2001 From: "Lofstedt, Marta" Date: Tue, 3 Apr 2018 13:03:46 +0300 Subject: blacklist: Don't run DRRS test on Intel CI system 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 Acked-by: Arkadiusz Hiler --- tests/intel-ci/blacklist.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/intel-ci') 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_.* -- cgit v1.2.3