Skip to content

Commit

Permalink
chore: disable cns write test
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Aug 26, 2024
1 parent 7206411 commit 012aee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cns/test_cns.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
def to_test_cns_write_api(use_testnet: bool) -> bool:
# currently we only support cns write api on testnet
# so we only do tests on python3.8 to avoid nonce problems
return sys.version_info.minor == 8 and use_testnet
# return sys.version_info.minor == 8 and use_testnet
return False

def test_cns(w3: Web3, use_testnet: bool, ens_name: str, ens_account: LocalAccount):
if use_testnet and ens_name:
Expand Down

0 comments on commit 012aee7

Please sign in to comment.