You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): ignore kubectl logs exit codes in e2e test teardown (#1466)
Modify the StopV12nControllerLogStream function in E2E tests to ignore exit codes from kubectl logs commands during test teardown. The function now only captures warning messages while discarding error returns from the log stream command.
Signed-off-by: Daniil Loktev <[email protected]>
0 commit comments