Skip to content

Commit 6ffefb1

Browse files
committed
revert
1 parent 8956f5e commit 6ffefb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/evm_force_inclusion_e2e_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ func setupFullNodeWithForceInclusionCheck(t *testing.T, sut *SystemUnderTest, fu
400400
// Note: This test simulates the scenario by having the sequencer configured to
401401
// listen to the wrong namespace, while we submit directly to the correct namespace.
402402
func TestEvmSyncerMaliciousSequencerForceInclusionE2E(t *testing.T) {
403+
t.Skip()
404+
403405
sut := NewSystemUnderTest(t)
404406
workDir := t.TempDir()
405407
sequencerHome := filepath.Join(workDir, "sequencer")

0 commit comments

Comments
 (0)