Skip to content

Commit c5b70bf

Browse files
committed
feat: disable tests
1 parent 008705f commit c5b70bf

File tree

1 file changed

+3
-0
lines changed
  • tracer/arithmetization/src/test/java/net/consensys/linea/zktracer/instructionprocessing/callTests

1 file changed

+3
-0
lines changed

tracer/arithmetization/src/test/java/net/consensys/linea/zktracer/instructionprocessing/callTests/CallDelegation.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import org.hyperledger.besu.datatypes.Hash;
1212
import org.hyperledger.besu.datatypes.Wei;
1313
import org.hyperledger.besu.ethereum.core.Transaction;
14+
import org.junit.jupiter.api.Disabled;
1415
import org.junit.jupiter.api.Test;
1516
import org.junit.jupiter.api.TestInfo;
1617

@@ -49,6 +50,8 @@
4950
(delegated to)
5051
*/
5152

53+
// TODO: reenable once 7702 feature is merged
54+
@Disabled
5255
public class CallDelegation extends TracerTestBase {
5356

5457
/* Smart contract byte code

0 commit comments

Comments
 (0)