Skip to content

Commit

Permalink
fix slow unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 20, 2023
1 parent fab738f commit 3ae932f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ public void createUnsignedBlock_WhenFound_ReturnsBlockContents() {
SafeFuture<Optional<BlockContainer>> future =
apiHandler.createUnsignedBlock(UInt64.ONE, blsSignature, graffiti, false);

// using isEqualByAllMeansTo is extremely slow for a block with blob sidecars
// TODO: https://github.com/Consensys/teku/issues/7615
assertThatSszData(unwrapToValue(future)).isEqualBySszTo(blockContents);
}

Expand Down

0 comments on commit 3ae932f

Please sign in to comment.