Skip to content

Commit 987e405

Browse files
committed
Re-enable events in default run
1 parent 8d50ad3 commit 987e405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/testserver/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func run(ctx context.Context) error {
5555
}()
5656

5757
testScenarios := []scenarios.TestScenario{
58-
//scenarios.PodEvents(2000, logger),
58+
scenarios.PodEvents(2000, logger),
5959
scenarios.StuckDrain(100, 1, logger),
6060
}
6161

0 commit comments

Comments
 (0)