Skip to content

Commit

Permalink
implement exemptFeatures for conformance profile
Browse files Browse the repository at this point in the history
Fixes: kubernetes-sigs#2513

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg committed Oct 24, 2023
1 parent e2912b0 commit 40b50de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conformance/utils/suite/experimental_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ func NewExperimentalConformanceTestSuite(s ExperimentalConformanceOptions) (*Exp
}
}

for feature := range s.ExemptFeatures {
s.SupportedFeatures.Delete(feature)
}

if s.FS == nil {
s.FS = &conformance.Manifests
}
Expand Down

0 comments on commit 40b50de

Please sign in to comment.