Skip to content

Commit ed8a287

Browse files
committed
Disable svc warning.
This may have something to do with failing activate integration tests involving state-svc not stopping.
1 parent 4f8d1f5 commit ed8a287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/state-svc/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func main() {
5555
}
5656

5757
if err := events.WaitForEvents(5*time.Second, rollbar.Wait, authentication.LegacyClose, logging.Close); err != nil {
58-
fmt.Fprintf(os.Stderr, "Warning: failed to wait for events")
58+
//fmt.Fprintf(os.Stderr, "Warning: failed to wait for events")
5959
}
6060
os.Exit(exitCode)
6161
}()

0 commit comments

Comments
 (0)