We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6baa26 commit bd2c237Copy full SHA for bd2c237
1 file changed
test/e2e/evm_proposer_rotation_e2e_test.go
@@ -32,6 +32,10 @@ import (
32
const proposerControlPrecompileAddress = "0x000000000000000000000000000000000000F101"
33
34
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
+
39
workDir := t.TempDir()
40
sequencerHome := filepath.Join(workDir, "sequencer")
41
fullNodeHome := filepath.Join(workDir, "fullnode")
0 commit comments