From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7112910E129 for ; Thu, 13 Jul 2023 12:33:04 +0000 (UTC) From: Kunal Joshi To: igt-dev@lists.freedesktop.org Date: Thu, 13 Jul 2023 18:07:11 +0530 Message-Id: <20230713123711.276613-1-kunal1.joshi@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH 1/1] tests/intel-ci/xe.blocklist: Add not present tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kunal Joshi Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Chamelium and PSR config is not present on XE bat as of now and hang tests are yet to be enabled hence added them in blocklist. v2: - Change subject (Kamil) - Include all hang tests (Kamil) Cc: Kamil Konieczny Signed-off-by: Kunal Joshi --- tests/intel-ci/xe.blocklist.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt index 02edeb6b6..ab3945f76 100644 --- a/tests/intel-ci/xe.blocklist.txt +++ b/tests/intel-ci/xe.blocklist.txt @@ -82,3 +82,11 @@ igt@kms_plane_lowres@tiling-(4|x|y|yf) ################################################################## igt@xe_sysfs* ################################################################## +# No chamelium/psr setup on XE bat +################################################################## +igt@.*chamelium.* +igt@.*psr.* +################################################################## +# Hang tests not yet enabled +################################################################## +igt@kms_.*@.*hang.* -- 2.25.1