From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8494010E5A1 for ; Fri, 16 Jun 2023 06:37:38 +0000 (UTC) From: janga.rahul.kumar@intel.com To: igt-dev@lists.freedesktop.org, ramadevi.gandi@intel.com, janga.rahul.kumar@intel.com Date: Fri, 16 Jun 2023 12:08:17 +0530 Message-Id: <20230616063817.1391126-1-janga.rahul.kumar@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t] tests/intel-ci/xe: Unblock unbind rebind test List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Janga Rahul Kumar Unblock core unbind-rebind test Signed-off-by: Janga Rahul Kumar Acked-by: Kamil Konieczny --- tests/intel-ci/xe.blocklist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt index 6009b70b..2a758359 100644 --- a/tests/intel-ci/xe.blocklist.txt +++ b/tests/intel-ci/xe.blocklist.txt @@ -30,7 +30,7 @@ igt@kms_selftest.* ################################################################## # Exclude all other non-Xe tests ################################################################## -igt@core.* +igt@core_(?!hotunplug@unbind-rebind).* igt@debugfs.* igt@device_reset igt@drm_fdinfo -- 2.25.1