diff --git a/tests/channel_tests/test_chn_urplay.py b/tests/channel_tests/test_chn_urplay.py index 2fbb152a..174e7f3a 100644 --- a/tests/channel_tests/test_chn_urplay.py +++ b/tests/channel_tests/test_chn_urplay.py @@ -13,7 +13,7 @@ def __init__(self, methodName): # NOSONAR def test_channel_exists(self): self.assertIsNotNone(self.channel) - # @unittest.skipIf("CI" in os.environ, "Not working on CI due to GEO restrictions of the build version.") + @unittest.skipIf("CI" in os.environ, "Not working on CI due to GEO restrictions of the build version.") def test_main_list(self): items = self.channel.process_folder_list(None) self.assertGreaterEqual(len(items), 6, "No items found in mainlist")