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
Copy file name to clipboardExpand all lines: test/system/035-logs.bats
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -136,10 +136,6 @@ function _log_test_restarted() {
136
136
fi
137
137
cname="c-ltr-$(safename)"
138
138
run_podman run --log-driver=$driver${events_backend} --name $cname$IMAGE sh -c 'start=0; if test -s log; then start=`tail -n 1 log`; fi; seq `expr $start + 1` `expr $start + 10` | tee -a log'
139
-
# FIXME: #9597
140
-
# run/start is flaking for remote so let's wait for the container condition
141
-
# to stop wasting energy until the root cause gets fixed.
0 commit comments