Disable Infura tests "temporarily"

pull/1332/head
Bernhard Mueller 5 years ago
parent f39be97d66
commit de92272bf9
  1. 2
      tests/cmd_line_test.py

@ -70,6 +70,7 @@ class CommandLineToolTestCase(BaseTestCase):
self.assertIn("0x1a270efc", output_of(command))
"""
class InfuraTestCase(BaseTestCase):
def test_infura_mainnet(self):
command = "python3 {} disassemble --rpc infura-mainnet -a 0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208".format(
@ -99,3 +100,4 @@ class InfuraTestCase(BaseTestCase):
)
output = output_of(command)
self.assertIn("1821 PUSH1 0x01\n1823 PUSH2 0x070c", output)
"""

Loading…
Cancel
Save