Skip the flaky test #253

This commit is contained in:
James
2017-09-10 10:09:08 -07:00
parent 26b047a856
commit 871197d3c4

View File

@@ -319,6 +319,8 @@ func TestRouteExecutions(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()
s := SetupDefaultSuite()
routePath := "/log"