Skip to content

Commit

Permalink
[6.12.z] Configurable Ignore list of markers test field in polarion t…
Browse files Browse the repository at this point in the history
…ests (#13512)

Configurable Ignore list of markers test field in polarion tests (#13492)

(cherry picked from commit f169757)

Co-authored-by: Jitendra Yejare <[email protected]>
  • Loading branch information
Satellite-QE and jyejare authored Dec 21, 2023
1 parent 70fd03c commit e148c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version updates managed by dependabot

betelgeuse==1.10.0
betelgeuse==1.11.0
broker[docker]==0.4.1
cryptography==41.0.7
deepdiff==6.7.1
Expand Down
1 change: 1 addition & 0 deletions scripts/polarion-test-case-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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', 'skip.*', 'usefixtures', 'rhel_ver_.*']
EOF

set -x
Expand Down

0 comments on commit e148c1c

Please sign in to comment.