Skip to content

Commit 02bbc3e

Browse files
committed
tests: disable eth wire bridge
1 parent a64812f commit 02bbc3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/node/tests/e2e.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ async fn signer_rotation() -> eyre::Result<()> {
15731573
.with_consensus_system_contract(signer_1_address)
15741574
.with_signer(signer_1)
15751575
.with_sequencer_auto_start(true)
1576-
.with_eth_scroll_bridge(true)
1576+
.with_eth_scroll_bridge(false)
15771577
.block_time(40)
15781578
.build()
15791579
.await?;
@@ -1584,7 +1584,7 @@ async fn signer_rotation() -> eyre::Result<()> {
15841584
.with_consensus_system_contract(signer_1_address)
15851585
.with_signer(signer_2)
15861586
.with_sequencer_auto_start(true)
1587-
.with_eth_scroll_bridge(true)
1587+
.with_eth_scroll_bridge(false)
15881588
.block_time(40)
15891589
.build()
15901590
.await?;

0 commit comments

Comments
 (0)