Skip to content

Commit 5174565

Browse files
committed
ci: disable feature_unsupported_utxo_db functional test
This test required v0.14.3 which doesn't support special characters like emojis in the datapath on windows. Functional test runner includes a few emojis in it's default data directory.
1 parent 3dc90d6 commit 5174565

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ jobs:
375375
- name: Run functional tests
376376
env:
377377
# TODO: Fix the excluded test and re-enable it.
378-
EXCLUDE: '--exclude wallet_multiwallet.py'
378+
# feature_unsupported_utxo_db.py fails on windows because of emojis in the test data directory
379+
EXCLUDE: '--exclude wallet_multiwallet.py,feature_unsupported_utxo_db.py'
379380
TEST_RUNNER_EXTRA: ${{ github.event_name != 'pull_request' && '--extended' || '' }}
380381
run: py -3 test/functional/test_runner.py --jobs $NUMBER_OF_PROCESSORS --ci --quiet --tmpdirprefix="$RUNNER_TEMP" --combinedlogslen=99999999 --timeout-factor=$TEST_RUNNER_TIMEOUT_FACTOR $EXCLUDE $TEST_RUNNER_EXTRA
381382

0 commit comments

Comments
 (0)