From ac5580a37db581953c709fea63a6f6b6337d6f7b Mon Sep 17 00:00:00 2001
From: Adarsh dubey <addubey@redhat.com>
Date: Tue, 9 Jan 2024 17:26:04 +0530
Subject: [PATCH] Removing stubbed marker (#13668)

(cherry picked from commit 9585a3dc99d18d682794e1dadb5cad98ef8c6238)
---
 tests/foreman/api/test_discoveryrule.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/foreman/api/test_discoveryrule.py b/tests/foreman/api/test_discoveryrule.py
index 14ead0aabed..c8ad3dc062b 100644
--- a/tests/foreman/api/test_discoveryrule.py
+++ b/tests/foreman/api/test_discoveryrule.py
@@ -115,7 +115,6 @@ def test_negative_create_with_invalid_host_limit_and_priority(module_target_sat)
         module_target_sat.api.DiscoveryRule(priority=gen_string('alpha')).create()
 
 
-@pytest.mark.stubbed
 @pytest.mark.tier3
 def test_positive_update_and_provision_with_rule_priority(
     module_target_sat, module_discovery_hostgroup, discovery_location, discovery_org