Skip to content

Commit 54d5917

Browse files
committed
re-enable test
1 parent cb09920 commit 54d5917

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/e2e/evm_force_inclusion_e2e_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,13 +394,11 @@ func setupFullNodeWithForceInclusionCheck(t *testing.T, sut *SystemUnderTest, fu
394394
// Expected Outcome:
395395
// - Forced tx appears in DA but NOT in sequencer's blocks
396396
// - Sync node stops advancing its block height
397-
// - In production: sync node logs "SEQUENCER IS MALICIOUS" and exits gracefully
397+
// - In production: sync node logs "SEQUENCER IS MALICIOUS" and exits.
398398
//
399399
// Note: This test simulates the scenario by having the sequencer configured to
400400
// listen to the wrong namespace, while we submit directly to the correct namespace.
401401
func TestEvmSyncerMaliciousSequencerForceInclusionE2E(t *testing.T) {
402-
t.Skip() // TODO fix before merge
403-
404402
sut := NewSystemUnderTest(t)
405403
workDir := t.TempDir()
406404
sequencerHome := filepath.Join(workDir, "sequencer")

0 commit comments

Comments
 (0)