Skip to content

Commit

Permalink
chore: skip GRPCExactMethodMatching (#6176)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jun 10, 2024
1 parent 16b77b4 commit 4456e89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/conformance/gateway_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ import (
var skippedTestsForTraditionalRoutes = []string{
// core conformance
tests.HTTPRouteHeaderMatching.ShortName,
// tests.GRPCRouteHeaderMatching.ShortName and tests.GRPCExactMethodMatching.ShortName may
// have some conflicts, skipping either one will still pass normally.
// NOTE: Skipping tests.GRPCRouteHeaderMatching.ShortName and
// tests.GRPCExactMethodMatching.ShortName since they are flaky on CI.
// TODO: https://github.com/Kong/kubernetes-ingress-controller/issues/6144
tests.GRPCRouteHeaderMatching.ShortName,
tests.GRPCExactMethodMatching.ShortName,
}

var skippedTestsForExpressionRoutes = []string{
Expand Down

0 comments on commit 4456e89

Please sign in to comment.