Skip to content

Commit

Permalink
👽 Update
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo committed Sep 7, 2023
1 parent 2204b2c commit af5dc98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/conformance/experimental_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ var (
mgrClient client.Client
supportedFeatures sets.Set[suite.SupportedFeature]
exemptFeatures sets.Set[suite.SupportedFeature]
namespaceLabels map[string]string
implementation *confv1a1.Implementation
conformanceProfiles sets.Set[suite.ConformanceProfileName]
skipTests []string
Expand All @@ -60,9 +59,6 @@ func TestExperimentalConformance(t *testing.T) {
// standard conformance flags
supportedFeatures = suite.AllFeatures
exemptFeatures = suite.MeshCoreFeatures
for feature := range exemptFeatures {
supportedFeatures.Delete(feature)
}

skipTests = []string{
tests.HTTPRouteRedirectPortAndScheme.ShortName,
Expand All @@ -75,7 +71,7 @@ func TestExperimentalConformance(t *testing.T) {
implementation, err = suite.ParseImplementation(
*flags.ImplementationOrganization,
*flags.ImplementationProject,
*flags.ImplementationUrl,
*flags.ImplementationURL,
*flags.ImplementationVersion,
*flags.ImplementationContact,
)
Expand Down

0 comments on commit af5dc98

Please sign in to comment.