Skip to content

Commit 18a0351

Browse files
committed
ci: Temporarily disable WalletMigration benchmark
1 parent c7b592f commit 18a0351

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)