From b026177942b490d3d249d8e01efaadb16d88e2d0 Mon Sep 17 00:00:00 2001 From: swadeley Date: Fri, 22 Nov 2024 11:55:39 +0000 Subject: [PATCH] just filter on rbac for this test --- .rhcicd/pr_check.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.rhcicd/pr_check.sh b/.rhcicd/pr_check.sh index 4919fb71..06df2b84 100755 --- a/.rhcicd/pr_check.sh +++ b/.rhcicd/pr_check.sh @@ -24,7 +24,8 @@ COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-fronten # -------------------------------------------- export IQE_PLUGINS="content-sources" export IQE_MARKER_EXPRESSION="smoke and ui" -export IQE_FILTER_EXPRESSION="not (subscription or introspection)" +# just testing rbac +export IQE_FILTER_EXPRESSION="test_rbac_for_repos" export IQE_ENV="ephemeral" export IQE_SELENIUM="true" export IQE_CJI_TIMEOUT="60m"