From e20ebeef84c5e2cca8abf8365027f14046e7e5b8 Mon Sep 17 00:00:00 2001 From: Vladimir Sedmik Date: Thu, 14 Nov 2024 17:42:35 +0100 Subject: [PATCH] Stub out the ostree tests --- tests/foreman/cli/test_ostreebranch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/foreman/cli/test_ostreebranch.py b/tests/foreman/cli/test_ostreebranch.py index 72bd29c7b2d..5d2876aab9b 100644 --- a/tests/foreman/cli/test_ostreebranch.py +++ b/tests/foreman/cli/test_ostreebranch.py @@ -24,6 +24,7 @@ (not settings.robottelo.REPOS_HOSTING_URL), reason='Missing repos_hosting_url' ), pytest.mark.tier3, + pytest.mark.stubbed, ]