Skip to content

Commit eb24b3e

Browse files
committed
test_runner: re-enable the now-passing 'wallet_basic.py --descriptors'
1 parent 06423a6 commit eb24b3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/test_runner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@
131131
'feature_segwit.py --descriptors',
132132
# vv Tests less than 2m vv
133133
'wallet_basic.py --legacy-wallet',
134-
# ELEMENTS: FIXME
135-
# 'wallet_basic.py --descriptors',
134+
'wallet_basic.py --descriptors',
136135
'wallet_labels.py --legacy-wallet',
137136
'wallet_labels.py --descriptors',
138137
'p2p_segwit.py',

0 commit comments

Comments
 (0)