Skip to content

Commit

Permalink
fix panic
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Apr 12, 2024
1 parent 634dd6e commit 8bbc7a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/conformance/gateway_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
package conformance

import (
"io/fs"
"os"
"path"
"testing"

"github.com/stretchr/testify/require"
"k8s.io/apimachinery/pkg/util/sets"
"sigs.k8s.io/gateway-api/conformance"
conformancev1 "sigs.k8s.io/gateway-api/conformance/apis/v1"
"sigs.k8s.io/gateway-api/conformance/tests"
"sigs.k8s.io/gateway-api/conformance/utils/suite"
Expand Down Expand Up @@ -70,6 +72,7 @@ func TestGatewayConformance(t *testing.T) {
Debug: true,
CleanupBaseResources: !testenv.IsCI(),
BaseManifests: conformanceTestsBaseManifests,
ManifestFS: []fs.FS{&conformance.Manifests},
SupportedFeatures: sets.New(supportedFeatures...),
SkipTests: skippedTests,
ConformanceProfiles: sets.New(
Expand Down

0 comments on commit 8bbc7a6

Please sign in to comment.