Skip to content

Commit d91a746

Browse files
committed
Merge bitcoin/bitcoin#32306: ci: Temporarily disable WalletMigration benchmark
18a0351 ci: Temporarily disable `WalletMigration` benchmark (Hennadii Stepanov) Pull request description: The `WalletMigration` benchmark is currently failing on CI. This PR temporarily disables it until the issue is resolved. An alternative to bitcoin/bitcoin#32302. ACKs for top commit: maflcko: lgtm ACK 18a0351 TheCharlatan: ACK 18a0351 Tree-SHA512: bb1451fd0743a2955216a6d06916e411420a76bfed8b69ffcfadf99d0996d8f3b89ed72f855f25269f943ca4c3b4422065fde2374a1bf76c8bb64f14ab883092
2 parents ff136d0 + 18a0351 commit d91a746

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
@@ -358,7 +358,8 @@ jobs:
358358
./src/univalue/unitester.exe
359359
360360
- name: Run benchmarks
361-
run: ./bin/bench_bitcoin.exe -sanity-check
361+
# TODO: Fix the `WalletMigration` benchmark and re-enable it.
362+
run: ./bin/bench_bitcoin.exe -sanity-check -filter='^(?!WalletMigration$).+$'
362363

363364
- name: Adjust paths in test/config.ini
364365
shell: pwsh

0 commit comments

Comments
 (0)