From 59bf5194bb0b7d7232eb8f3a39c49829fa9630b7 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Fri, 8 May 2026 12:47:59 +0000 Subject: [PATCH] test: skip tx_stats_bench 10 TPS sub-test on merge-train/spartan --- yarn-project/end-to-end/src/bench/tx_stats_bench.test.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/yarn-project/end-to-end/src/bench/tx_stats_bench.test.ts b/yarn-project/end-to-end/src/bench/tx_stats_bench.test.ts index e69ffed1efc2..56cdad9aba68 100644 --- a/yarn-project/end-to-end/src/bench/tx_stats_bench.test.ts +++ b/yarn-project/end-to-end/src/bench/tx_stats_bench.test.ts @@ -248,7 +248,12 @@ describe('transaction benchmarks', () => { TIMEOUT, ); - it( + // TODO(#23083): Skipped while a flake under heavy bb-prover concurrency is investigated. + // Under 8x parallel IVC verifications (each spawning a bb subprocess via the bb.js + // NativeUnixSocket backend) at least one verification intermittently returns valid:false on + // the bench host. The serial sub-tests above pass cleanly. Re-enable once the underlying + // verifier-under-load interaction is fixed. + it.skip( 'verifies transactions at 10 TPS', async () => { const seconds = 60;