mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* Removes flaky runner test TestRouteRunnerIOPipes while #822 is resolved * removes flaky log test from TestRouteRunnerExecution
This commit is contained in:
committed by
jan grant
parent
7677aad450
commit
1c49b3e38e
@@ -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()
|
buf := setLogBuffer()
|
||||||
isFailure := false
|
isFailure := false
|
||||||
|
|
||||||
@@ -436,12 +437,14 @@ func TestRouteRunnerExecution(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* removes flaky log test awaiting resolution of issue #796
|
||||||
if test.expectedLogsSubStr != nil {
|
if test.expectedLogsSubStr != nil {
|
||||||
callID := rec.Header().Get("Fn_call_id")
|
callID := rec.Header().Get("Fn_call_id")
|
||||||
if !checkLogs(t, i, ds, callID, test.expectedLogsSubStr) {
|
if !checkLogs(t, i, ds, callID, test.expectedLogsSubStr) {
|
||||||
isFailure = true
|
isFailure = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user