Skip to content

Commit

Permalink
delete minor unreachable code caused by t.FailNow (#2057)
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly authored Aug 10, 2022
1 parent 42f5074 commit 5bdaedc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/tracee.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ func waitforTraceeStart(t *testing.T, trc *tracee.Tracee, now time.Time) {
if time.Since(now) > CheckTimeout {
t.Logf("timed out on running tracee\n")
t.FailNow()
break
}
}
}

0 comments on commit 5bdaedc

Please sign in to comment.