From 8ed7045059fe04fb8a792ef5a99346c22b924560 Mon Sep 17 00:00:00 2001 From: Max Clinton Date: Tue, 18 Jul 2023 16:25:44 -0400 Subject: [PATCH] Re-enable disabled smoke tests --- pr_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_check.sh b/pr_check.sh index 321ae7dd0..7e6447533 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -12,7 +12,7 @@ CACHE_FROM_LATEST_IMAGE="true" export IQE_PLUGINS="vmaas" export IQE_MARKER_EXPRESSION="" -export IQE_FILTER_EXPRESSION="not (TestUpdatesBasic and (v1-vim-enhanced or v2-vim-enhanced or test_post_multi) or test_post_single_eus or latest_only or TestPatchesAll)" +export IQE_FILTER_EXPRESSION="" export IQE_REQUIREMENTS_PRIORITY="" export IQE_TEST_IMPORTANCE="" export IQE_CJI_TIMEOUT="30m"