Skip to content

Commit

Permalink
Disable benchmark with an issue reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 20, 2025
1 parent 3ca2f10 commit a4446b9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ describe("find modified validators by different ways", () => {
expectedModifiedValidators.length === 0
? "no difference"
: expectedModifiedValidators.length + " modified validators";
bench({

// TODO: Diagnose why this benchmark failing after upgrade
// https://github.com/ChainSafe/lodestar/issues/7380
bench.skip({
id: `${prefix} - ${testCaseName}`,
beforeEach: () => {
const clonedState = state.clone();
Expand Down

0 comments on commit a4446b9

Please sign in to comment.