Skip to content

Commit bd2c237

Browse files
committed
test: require proposer-control image for rotation e2e
1 parent b6baa26 commit bd2c237

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/e2e/evm_proposer_rotation_e2e_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ import (
3232
const proposerControlPrecompileAddress = "0x000000000000000000000000000000000000F101"
3333

3434
func TestEvmFullNodeCanBecomeProposerAfterExecutionRotation(t *testing.T) {
35+
if os.Getenv("EV_RETH_PROPOSER_IMAGE_TAG") == "" {
36+
t.Skip("set EV_RETH_PROPOSER_IMAGE_TAG to an ev-reth image built with proposer-control support")
37+
}
38+
3539
workDir := t.TempDir()
3640
sequencerHome := filepath.Join(workDir, "sequencer")
3741
fullNodeHome := filepath.Join(workDir, "fullnode")

0 commit comments

Comments
 (0)