diff --git a/tests/foreman/cli/test_leapp_client.py b/tests/foreman/cli/test_leapp_client.py
index 64d22ac619a..0788c330f26 100644
--- a/tests/foreman/cli/test_leapp_client.py
+++ b/tests/foreman/cli/test_leapp_client.py
@@ -24,7 +24,7 @@
 synced_repos = pytest.StashKey[dict]
 
 RHEL7_VER = '7.9'
-RHEL8_VER = '8.9'
+RHEL8_VER = '8.10'
 RHEL9_VER = '9.4'
 
 RHEL_REPOS = {
@@ -220,7 +220,6 @@ def precondition_check_upgrade_and_install_leapp_tool(custom_leapp_host):
 
 
 @pytest.mark.e2e
-@pytest.mark.skip_if_open('SAT-24023')
 @pytest.mark.parametrize(
     'upgrade_path',
     [
@@ -302,7 +301,6 @@ def test_leapp_upgrade_rhel(
 
 
 @pytest.mark.e2e
-@pytest.mark.skip_if_open('SAT-24023')
 @pytest.mark.parametrize(
     'upgrade_path',
     [