Skip to content

Commit

Permalink
Remove commented out code.
Browse files Browse the repository at this point in the history
Meant to do this in the previous commit.
  • Loading branch information
eljobe committed Aug 29, 2024
1 parent 25af47f commit e0d70e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system_tests/program_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,6 @@ func storageTest(t *testing.T, jit bool) {
assertStorageAt(t, ctx, l2client, programAddress, key, value)

validateBlocks(t, 2, jit, builder)
// Without this sleep, this test fails in the "-race" CI builds complaining that
// the block has not been seen in L1 yet.
// time.Sleep(10 * time.Second)

// Captures a block_input_<id>.json file for the block that included the
// storage write transaction.
Expand Down

0 comments on commit e0d70e6

Please sign in to comment.