diff --git a/test/fn-api-tests/exec_test.go b/test/fn-api-tests/exec_test.go index 8a8c76263..bc2c2912a 100644 --- a/test/fn-api-tests/exec_test.go +++ b/test/fn-api-tests/exec_test.go @@ -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"