From fc40049463a18c1b3927436f99414f5d97485bb8 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:09:51 -0400 Subject: [PATCH] [6.16.z] updated the manifestor test for dependabot (#15313) updated the manifestor test for dependabot (#15309) (cherry picked from commit 76d055f61c6b8493bdab3f91d95ef52eabb6642e) Co-authored-by: Omkar Khatavkar --- .github/dependency_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependency_tests.yaml b/.github/dependency_tests.yaml index 82d24833254..9e623ea6c48 100644 --- a/.github/dependency_tests.yaml +++ b/.github/dependency_tests.yaml @@ -1,7 +1,7 @@ broker[docker]: "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/api/test_subscription.py -k 'test_positive_create_after_refresh'" +manifester: "tests/foreman/cli/test_contentview.py -k 'test_positive_promote_rh_content'" navmazing: "tests/foreman/ui/test_repository.py -k 'test_positive_create_as_non_admin_user'" pyotp: "tests/foreman/ui/test_ldap_authentication.py -k 'test_positive_login_user_password_otp'" pytest-xdist: "tests/foreman/ -n 3 -m 'build_sanity'"