diff --git a/tests/integration/test_claim_commands.py b/tests/integration/test_claim_commands.py index 0096b55c9..51d730384 100644 --- a/tests/integration/test_claim_commands.py +++ b/tests/integration/test_claim_commands.py @@ -1,5 +1,6 @@ import hashlib from binascii import unhexlify +from unittest import skip import ecdsa @@ -480,6 +481,7 @@ class ClaimCommands(CommandTestCase): ) self.assertEqual(not_a_claim, 'claim not found') + @skip async def test_claim_list(self): channel = await self.create_channel('@abc', '1.0') channel_id = channel['outputs'][0]['claim_id']