ci: Temporarily disable WalletMigration benchmark

This commit is contained in:
Hennadii Stepanov 2025-04-18 22:44:16 +01:00
parent c7b592fbd7
commit 18a035145d
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -358,7 +358,8 @@ jobs:
./src/univalue/unitester.exe
- name: Run benchmarks
run: ./bin/bench_bitcoin.exe -sanity-check
# TODO: Fix the `WalletMigration` benchmark and re-enable it.
run: ./bin/bench_bitcoin.exe -sanity-check -filter='^(?!WalletMigration$).+$'
- name: Adjust paths in test/config.ini
shell: pwsh