From e33068bf73759e1d32edfc1a1000eb7f6a7c06c6 Mon Sep 17 00:00:00 2001 From: jyejare Date: Tue, 19 Dec 2023 13:23:59 +0530 Subject: [PATCH] Configurable Ignore list of markers test field in polarion tests --- scripts/polarion-test-case-upload.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/polarion-test-case-upload.sh b/scripts/polarion-test-case-upload.sh index 987a77d646..1351353248 100755 --- a/scripts/polarion-test-case-upload.sh +++ b/scripts/polarion-test-case-upload.sh @@ -74,6 +74,7 @@ TRANSFORM_CUSTOMERSCENARIO_VALUE = default_config._transform_to_lower DEFAULT_CUSTOMERSCENARIO_VALUE = 'false' DEFAULT_REQUIREMENT_TEAM_VALUE = None TRANSFORM_REQUIREMENT_TEAM_VALUE = default_config._transform_to_lower +MARKERS_IGNORE_LIST = ['parametrize', 'skipif', 'usefixtures', 'skip_if_not_set', 'rhel_ver_match', 'rhel_ver_list'] EOF set -x