diff --git a/test/integration/udproute_test.go b/test/integration/udproute_test.go index 30eb5c80..49e32986 100644 --- a/test/integration/udproute_test.go +++ b/test/integration/udproute_test.go @@ -95,6 +95,8 @@ func TestUDPRouteBasics(t *testing.T) { } func TestUDPRouteNoReach(t *testing.T) { + t.Skip("TODO: temporarily skipped due to instability, see https://github.com/Kong/blixt/issues/104") + udpRouteNoReachCleanupKey := "udproutenoreach" defer func() { testutils.DumpDiagnosticsIfFailed(ctx, t, env.Cluster())