Skip to content

Commit

Permalink
fixing the order for broker dependancy to select the tests (#16469)
Browse files Browse the repository at this point in the history
fixing the order for broker depedancy to select the tests

(cherry picked from commit e1d3231)
  • Loading branch information
omkarkhatavkar authored and web-flow committed Sep 24, 2024
1 parent a00551c commit 6e096e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependency_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
broker[docker,podman,hussh]: "tests/foreman/ -k 'test_host_registration_end_to_end or test_positive_erratum_applicability or test_positive_upload_content'"
broker[docker,hussh,podman]: "tests/foreman/ -k 'test_host_registration_end_to_end or test_positive_erratum_applicability or test_positive_upload_content'"
deepdiff: "tests/foreman/endtoend/test_api_endtoend.py -k 'test_positive_get_links'"
dynaconf[vault]: "tests/foreman/api/test_ldapauthsource.py -k 'test_positive_endtoend'"
manifester: "tests/foreman/cli/test_contentview.py -k 'test_positive_promote_rh_content'"
Expand Down

0 comments on commit 6e096e7

Please sign in to comment.