From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id D418210E23B for ; Wed, 14 Jun 2023 09:39:49 +0000 (UTC) From: janga.rahul.kumar@intel.com To: igt-dev@lists.freedesktop.org, ramadevi.gandi@intel.com, janga.rahul.kumar@intel.com Date: Wed, 14 Jun 2023 15:10:26 +0530 Message-Id: <20230614094026.1292703-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 --- 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..d086f5fe 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