Skip to content

Commit

Permalink
Comment out disabled tests to satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gwillen committed Jul 26, 2019
1 parent f5b6183 commit c4f3605
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/rpc_psbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ def run_basic_tests(self, confidential):
# We don't care about the decode result, but decoding must succeed.
self.nodes[0].decodepsbt(signed["psbt"])

# BIP 174 tests are disabled because they don't work with CA yet. Comment the function so it doesn't flag lint as unused.
"""
def run_bip174_tests(self):
# BIP 174 Test Vectors
Expand Down Expand Up @@ -351,6 +353,7 @@ def run_bip174_tests(self):
# Unload extra wallets
for i, signer in enumerate(signers):
self.nodes[2].unloadwallet("wallet{}".format(i))
"""

def run_ca_tests(self):
# Confidential Assets tests
Expand Down

0 comments on commit c4f3605

Please sign in to comment.