Skip to content

Commit

Permalink
chore: temp skip test until #104
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Sep 18, 2023
1 parent 321b67c commit 00890ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/udproute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 00890ef

Please sign in to comment.