Skip to content

Commit

Permalink
Changed: Skip UR Play tests due to geo issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Oct 13, 2024
1 parent 4ebb12e commit 0e7182e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/channel_tests/test_chn_urplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0e7182e

Please sign in to comment.