fn: enable log checks in runner test (#838)

This commit is contained in:
Tolga Ceylan
2018-03-12 10:18:55 -07:00
committed by Reed Allman
parent 7ecba586d0
commit ea2b3f214c

View File

@@ -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
}
}
*/
}
}