comment out part of a resolve test until lbcwallet issue is fixed
This commit is contained in:
parent
7d8bc38cb9
commit
df91f4754a
1 changed files with 1 additions and 0 deletions
|
@ -288,6 +288,7 @@ class ResolveCommand(BaseResolveTestCase):
|
|||
tx_details = await self.blockchain.get_raw_transaction(claim['txid'])
|
||||
self.assertEqual(claim['confirmations'], json.loads(tx_details)['confirmations'])
|
||||
|
||||
# FIXME : claimname/updateclaim is gone. #3480 wip, unblock #3479"
|
||||
# resolve handles invalid data
|
||||
# await self.blockchain_claim_name("gibberish", hexlify(b"{'invalid':'json'}").decode(), "0.1")
|
||||
# await self.generate(1)
|
||||
|
|
Loading…
Reference in a new issue