From fa5032f0e4d4a9ca50df2c02629f72c2c198bcc0 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Fri, 9 Jan 2026 16:39:14 +0100 Subject: [PATCH] ci: Run feature_unsupported_utxo_db.py on Windows --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97cbbeb25fd..bbf82a7c155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -506,6 +506,10 @@ jobs: --exclude feature_unsupported_utxo_db.py \ `# See https://github.com/bitcoin/bitcoin/issues/31409.` \ --exclude wallet_multiwallet.py + # Run feature_unsupported_utxo_db sequentially in ASCII-only tmp dir, + # because it is excluded above due to lack of UTF-8 support in the + # ancient release. + py -3 test/functional/feature_unsupported_utxo_db.py --previous-releases --tmpdir="${RUNNER_TEMP}/test_feature_unsupported_utxo_db" ci-matrix: name: ${{ matrix.name }}