From b727d2815f7593fe01e159e7930fe6c5d5001b31 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 8 Dec 2021 18:06:14 -0300 Subject: [PATCH] skip the test that uses claimname/updateclaim for now --- tests/integration/datanetwork/test_file_commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/datanetwork/test_file_commands.py b/tests/integration/datanetwork/test_file_commands.py index a57718f6b..c8ec8de60 100644 --- a/tests/integration/datanetwork/test_file_commands.py +++ b/tests/integration/datanetwork/test_file_commands.py @@ -1,3 +1,4 @@ +import unittest from unittest import skipIf import asyncio import os @@ -216,6 +217,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']