We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f062da commit de56cd8Copy full SHA for de56cd8
test/functional/test_runner.py
@@ -74,7 +74,6 @@
74
'feature_assetsdir.py',
75
'feature_initial_reissuance_token.py',
76
# Longest test should go first, to favor running tests in parallel
77
- 'feature_fee_estimation.py',
78
'wallet_hd.py',
79
'wallet_backup.py',
80
# vv Tests less than 5m vv
@@ -196,6 +195,8 @@
196
195
197
'feature_pruning.py',
198
'feature_dbcrash.py',
+ 'feature_fee_estimation.py',
199
+
200
]
201
202
# Place EXTENDED_SCRIPTS first since it has the 3 longest running tests
0 commit comments