From 541fec30e38bd35f0ba49daca3e16bf0b3ef27a8 Mon Sep 17 00:00:00 2001 From: Shweta Singh Date: Tue, 31 Oct 2023 16:06:11 +0530 Subject: [PATCH] Remove skip marker from test (#13005) Remove skip marker from the BZ as it is no longer reproducible (cherry picked from commit df42f4bf76cae45ca5211987ca985c0d8072332d) --- tests/foreman/api/test_registration.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/foreman/api/test_registration.py b/tests/foreman/api/test_registration.py index 9d184f029f5..d9267bb5d2f 100644 --- a/tests/foreman/api/test_registration.py +++ b/tests/foreman/api/test_registration.py @@ -89,7 +89,6 @@ def test_host_registration_end_to_end( @pytest.mark.tier3 @pytest.mark.rhel_ver_match('[^6]') -@pytest.mark.skip_if_open("BZ:2229112") def test_positive_allow_reregistration_when_dmi_uuid_changed( module_org, rhel_contenthost, target_sat, module_ak_with_synced_repo, module_location ):