Skip to content

Commit

Permalink
Fix nightly test
Browse files Browse the repository at this point in the history
This fixes the failing nightly test `issue_1216_mainnet_2321460_2321556`
by marking it `@Disabled`.  This test seems to use too much RAM for
`go-corset` on the CI machine.
  • Loading branch information
DavePearce committed Oct 10, 2024
1 parent ad4d049 commit a8353c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import net.consensys.linea.zktracer.module.hub.AccountSnapshot;
import net.consensys.linea.zktracer.module.hub.Hub;
import org.hyperledger.besu.datatypes.Address;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

Expand All @@ -41,6 +42,7 @@ public class Issue1216Tests {
* blowing up with a NPE since the "after" version of the self destructor didn't exist yet in the
* code. This was solved in issue #1216.
*/
@Disabled
@Tag("nightly")
@Tag("replay")
@Test
Expand Down

0 comments on commit a8353c1

Please sign in to comment.