From 18a035145d6abb41e49711de60c4feabe3ba31e9 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Fri, 18 Apr 2025 22:44:16 +0100 Subject: [PATCH] ci: Temporarily disable `WalletMigration` benchmark --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d8fdb4a16e..1dff87ad238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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