diff --git a/espresso/devnet-tests/challenge_test.go b/espresso/devnet-tests/challenge_test.go index b4ca7d61516..179fc57c608 100644 --- a/espresso/devnet-tests/challenge_test.go +++ b/espresso/devnet-tests/challenge_test.go @@ -9,6 +9,8 @@ import ( ) func TestChallengeGame(t *testing.T) { + t.Skip("Temporarily skipped: Re-enable once Succinct Integration is investigated.") + ctx, cancel := context.WithCancel(context.Background()) defer cancel() diff --git a/espresso/devnet-tests/withdraw_test.go b/espresso/devnet-tests/withdraw_test.go index 69c9942d334..be84938036e 100644 --- a/espresso/devnet-tests/withdraw_test.go +++ b/espresso/devnet-tests/withdraw_test.go @@ -292,6 +292,8 @@ func finalizeWithdrawal(d *Devnet, ctx context.Context, t *testing.T, userAddres } func TestWithdrawal(t *testing.T) { + t.Skip("Temporarily skipped: Re-enable once Succinct Integration is investigated.") + ctx, cancel := context.WithCancel(context.Background()) defer cancel() diff --git a/espresso/docker-compose.yml b/espresso/docker-compose.yml index 99ab55e1092..4e218f91aaf 100644 --- a/espresso/docker-compose.yml +++ b/espresso/docker-compose.yml @@ -1,4 +1,5 @@ # Espresso OP Integration Docker Setup +# Trigger docker-images workflow services: l1-data-init: diff --git a/espresso/scripts/prepare-allocs.sh b/espresso/scripts/prepare-allocs.sh index 5b7b03eafae..d017b84ff5b 100755 --- a/espresso/scripts/prepare-allocs.sh +++ b/espresso/scripts/prepare-allocs.sh @@ -94,8 +94,7 @@ dasel put -f "${DEPLOYER_DIR}/intent.toml" -s .chains.[0].roles.proposer -v "${P # Fill in a specified create2Salt for the deployer, in order to ensure that the # contract addresses are deterministic. -# Temporarily commenting out to test if this is causing deployment failures -# dasel put -f "${DEPLOYER_DIR}/state.json" -s create2Salt -v "0xaecea4f57fadb2097ccd56594f2f22715ac52f92971c5913b70a7f1134b68feb" +dasel put -f "${DEPLOYER_DIR}/state.json" -s create2Salt -v "0xaecea4f57fadb2097ccd56594f2f22715ac52f92971c5913b70a7f1134b68feb" op-deployer apply --l1-rpc-url "${ANVIL_URL}" \ --workdir "${DEPLOYER_DIR}" \