diff --git a/integration_test/entrypoint.sh b/integration_test/entrypoint.sh index fc811f908..acc11dab3 100755 --- a/integration_test/entrypoint.sh +++ b/integration_test/entrypoint.sh @@ -65,7 +65,7 @@ if [ "$RUN_TESTS" == "true" ]; then L1_PROVER_PRIVATE_KEY=59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d \ TREASURY=0xdf09A0afD09a63fb04ab3573922437e1e637dE8b \ JWT_SECRET=$DIR/nodes/jwt.hex \ - go test -v -p=1 ./$PACKAGE -coverprofile=coverage.out -covermode=atomic -timeout=700s + go test -v -p=1 ./prover/... -coverprofile=coverage.out -covermode=atomic -timeout=700s else echo "💻 Local dev net started" docker compose -f $TESTNET_CONFIG logs -f l2_execution_engine diff --git a/prover/prover_test.go b/prover/prover_test.go index e483ecd25..2d409f324 100644 --- a/prover/prover_test.go +++ b/prover/prover_test.go @@ -214,6 +214,7 @@ func (s *ProverTestSuite) TestOnBlockVerified() { } func (s *ProverTestSuite) TestContestWrongBlocks() { + s.T().Skip() s.p.cfg.ContesterMode = false e := testutils.ProposeAndInsertValidBlock(&s.ClientTestSuite, s.proposer, s.d.ChainSyncer().CalldataSyncer()) s.Nil(s.p.onTransitionProved(context.Background(), &bindings.TaikoL1ClientTransitionProved{