Removes flaky runner test TestRouteRunnerIOPipes while #822 is resolved (#823)

* Removes flaky runner test TestRouteRunnerIOPipes while #822 is resolved

* removes flaky log test from TestRouteRunnerExecution
This commit is contained in:
Gerardo Viedma
2018-03-08 13:18:42 +00:00
committed by jan grant
parent 7677aad450
commit 1c49b3e38e

View File

@@ -146,7 +146,8 @@ func TestRouteRunnerPost(t *testing.T) {
}
}
func TestRouteRunnerIOPipes(t *testing.T) {
// removing this flappy test pending on resolution of
func skipTestRouteRunnerIOPipes(t *testing.T) {
buf := setLogBuffer()
isFailure := false
@@ -436,12 +437,14 @@ 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
}
}
*/
}
}