mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Skip the flaky test #253
This commit is contained in:
@@ -319,6 +319,8 @@ func TestRouteExecutions(t *testing.T) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
t.Run("exec-log-test", func(t *testing.T) {
|
t.Run("exec-log-test", func(t *testing.T) {
|
||||||
|
//XXX: Fix this test.
|
||||||
|
t.Skip("Flaky test needs to be rewritten. https://github.com/fnproject/fn/issues/253")
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
s := SetupDefaultSuite()
|
s := SetupDefaultSuite()
|
||||||
routePath := "/log"
|
routePath := "/log"
|
||||||
|
|||||||
Reference in New Issue
Block a user