Skip to content

Commit

Permalink
Disable wallet functional tests temporarily due to github CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed Sep 13, 2023
1 parent 15b5365 commit 415d70c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ class UnicodeOnWindowsError(ValueError):
'p2p_relay_transactions.py',
'feature_db_reinit.py',
'feature_lmdb_backend_test.py',
'wallet_submit_tx.py',
'wallet_select_utxos.py',
'wallet_recover_accounts.py',
'wallet_get_address_usage.py',
'wallet_tokens.py',
'wallet_nfts.py',
# 'wallet_submit_tx.py',
# 'wallet_select_utxos.py',
# 'wallet_recover_accounts.py',
# 'wallet_get_address_usage.py',
# 'wallet_tokens.py',
# 'wallet_nfts.py',
'mempool_basic_reorg.py',
'mempool_eviction.py',
'mempool_ibd.py',
Expand Down

0 comments on commit 415d70c

Please sign in to comment.