mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: enable log checks in runner test (#838)
This commit is contained in:
committed by
Reed Allman
parent
7ecba586d0
commit
ea2b3f214c
@@ -441,14 +441,12 @@ func TestRouteRunnerExecution(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
/* removes flaky log test awaiting resolution of issue #796
|
||||
if test.expectedLogsSubStr != nil {
|
||||
callID := rec.Header().Get("Fn_call_id")
|
||||
if !checkLogs(t, i, ds, callID, test.expectedLogsSubStr) {
|
||||
isFailure = true
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user