skip the test that uses claimname/updateclaim for now

This commit is contained in:
Victor Shyba 2021-12-08 18:06:14 -03:00 committed by Lex Berezhny
parent 721834cea2
commit a123fbc842

View file

@ -1,3 +1,4 @@
import unittest
from unittest import skipIf
import asyncio
import os
@ -222,6 +223,7 @@ class FileCommands(CommandTestCase):
await self.wait_files_to_complete()
self.assertNotEqual(first_path, second_path)
@unittest.SkipTest # FIXME: claimname/updateclaim is gone. #3480 wip, unblock #3479"
async def test_file_list_updated_metadata_on_resolve(self):
await self.stream_create('foo', '0.01')
txo = (await self.daemon.resolve(self.wallet.accounts, ['lbry://foo']))['lbry://foo']