ci: Enable wallet_multiwallet.py in "Windows, test cross-built" job

Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
This commit is contained in:
Hodlinator 2026-02-13 21:25:26 +01:00
parent 850a80c199
commit c2e28d455a
No known key found for this signature in database

View File

@ -97,9 +97,6 @@ def run_functional_tests():
# feature_unsupported_utxo_db.py fails on Windows because of emojis in the test data directory.
"--exclude",
"feature_unsupported_utxo_db.py",
# See https://github.com/bitcoin/bitcoin/issues/31409.
"--exclude",
"wallet_multiwallet.py",
]
run(test_runner_cmd)