remove the exclusion

This commit is contained in:
GarmashAlex 2025-04-28 17:33:42 +03:00 committed by GitHub
parent 60f9f1f023
commit c866e5e725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -391,7 +391,7 @@ jobs:
- name: Run functional tests - name: Run functional tests
env: env:
# TODO: Fix the excluded test and re-enable it. # TODO: Fix the excluded test and re-enable it.
EXCLUDE: '--exclude wallet_multiwallet.py --exclude wallet_migration.py' EXCLUDE: '--exclude wallet_multiwallet.py'
PYTHONIOENCODING: utf-8 PYTHONIOENCODING: utf-8
TEST_RUNNER_EXTRA: ${{ github.event_name != 'pull_request' && '--extended' || '' }} TEST_RUNNER_EXTRA: ${{ github.event_name != 'pull_request' && '--extended' || '' }}
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 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