Skip to content

Commit 415d70c

Browse files
Disable wallet functional tests temporarily due to github CI issues
1 parent 15b5365 commit 415d70c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/functional/test_runner.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ class UnicodeOnWindowsError(ValueError):
125125
'p2p_relay_transactions.py',
126126
'feature_db_reinit.py',
127127
'feature_lmdb_backend_test.py',
128-
'wallet_submit_tx.py',
129-
'wallet_select_utxos.py',
130-
'wallet_recover_accounts.py',
131-
'wallet_get_address_usage.py',
132-
'wallet_tokens.py',
133-
'wallet_nfts.py',
128+
# 'wallet_submit_tx.py',
129+
# 'wallet_select_utxos.py',
130+
# 'wallet_recover_accounts.py',
131+
# 'wallet_get_address_usage.py',
132+
# 'wallet_tokens.py',
133+
# 'wallet_nfts.py',
134134
'mempool_basic_reorg.py',
135135
'mempool_eviction.py',
136136
'mempool_ibd.py',

0 commit comments

Comments
 (0)