Skip to content

Commit 4a67993

Browse files
committed
ci, windows: Do not exclude wallet_migration.py in command line
Since bitcoin/bitcoin#31248, it is no longer necessary to use `--exclude wallet_migration.py`, as the test is skipped due to not using previous releases.
1 parent 449e2eb commit 4a67993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ jobs:
370370

371371
- name: Run functional tests
372372
env:
373-
# TODO: Fix the excluded tests and re-enable them.
374-
EXCLUDE: '--exclude wallet_migration.py,wallet_multiwallet.py'
373+
# TODO: Fix the excluded test and re-enable it.
374+
EXCLUDE: '--exclude wallet_multiwallet.py'
375375
TEST_RUNNER_EXTRA: ${{ github.event_name != 'pull_request' && '--extended' || '' }}
376376
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
377377

0 commit comments

Comments
 (0)