From f9c1222819951889a770fca5f7ab54d4252c2ce0 Mon Sep 17 00:00:00 2001 From: Jeffrey Picard Date: Fri, 21 Jan 2022 11:52:51 -0500 Subject: [PATCH] skip segwit test --- tests/integration/transactions/test_transaction_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/transactions/test_transaction_commands.py b/tests/integration/transactions/test_transaction_commands.py index ac3402711..c0a5d1317 100644 --- a/tests/integration/transactions/test_transaction_commands.py +++ b/tests/integration/transactions/test_transaction_commands.py @@ -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)