From 7083c3346bc5c813088893837d8dedd94e9d539b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 24 Mar 2022 11:17:52 +0100 Subject: [PATCH] Unskip test for remote services - miniobs got updated --- tests/check_source_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/check_source_tests.py b/tests/check_source_tests.py index 33eae6a3..9a07657b 100644 --- a/tests/check_source_tests.py +++ b/tests/check_source_tests.py @@ -251,7 +251,6 @@ class TestCheckSource(OBSLocal.TestCase): self.assertEqual('For product submissions, you cannot use setBadness. Use filters in blowfish/blowfish-rpmlintrc.', review.comment) @pytest.mark.usefixtures("default_config") - @pytest.mark.skip(reason="Need the service in miniobs container first") def test_remote_service(self): """Declines _service files with remote services""" self._setup_devel_project(devel_files='blowfish-with-remote-service')