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.
wallet_migration.py
1 parent 449e2eb commit 4a67993Copy full SHA for 4a67993
.github/workflows/ci.yml
@@ -370,8 +370,8 @@ jobs:
370
371
- name: Run functional tests
372
env:
373
- # TODO: Fix the excluded tests and re-enable them.
374
- EXCLUDE: '--exclude wallet_migration.py,wallet_multiwallet.py'
+ # TODO: Fix the excluded test and re-enable it.
+ EXCLUDE: '--exclude wallet_multiwallet.py'
375
TEST_RUNNER_EXTRA: ${{ github.event_name != 'pull_request' && '--extended' || '' }}
376
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
377
0 commit comments