skip segwit test

This commit is contained in:
Jeffrey Picard 2022-01-21 11:52:51 -05:00
parent 2bd60f692c
commit f9c1222819

View file

@ -41,6 +41,7 @@ class TransactionCommandsTestCase(CommandTestCase):
class TestSegwit(CommandTestCase):
@unittest.SkipTest
async def test_segwit(self):
p2sh_address1 = await self.blockchain.get_new_address(self.blockchain.P2SH_SEGWIT_ADDRESS)
p2sh_address2 = await self.blockchain.get_new_address(self.blockchain.P2SH_SEGWIT_ADDRESS)