Skip to content

Commit

Permalink
Add issue link for FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-osborn committed Jun 22, 2023
1 parent f7ad11e commit b9d3a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance/tests/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestConformance(t *testing.T) {
// sets.Set[suite.SupportedFeature]
// FIXME(kate-osborn): Use exported ParseSupportedFeatures function
// https://github.com/kubernetes-sigs/gateway-api/blob/63e423cf1b837991d2747742199d90863a98b0c3/conformance/utils/suite/suite.go#L235
// once it's released.
// once it's released. https://github.com/nginxinc/nginx-kubernetes-gateway/issues/779
func parseSupportedFeatures(f string) sets.Set[suite.SupportedFeature] {
if f == "" {
return nil
Expand Down

0 comments on commit b9d3a96

Please sign in to comment.