Skip to content

Commit

Permalink
Fix API error.
Browse files Browse the repository at this point in the history
Signed-off-by: Huang Xin <[email protected]>
  • Loading branch information
gyohuangxin committed Jan 28, 2023
1 parent 2cc158b commit 4d558b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conformance/utils/suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ type Options struct {
SupportedFeatures map[SupportedFeature]bool
EnableAllSupportedFeatures bool
TimeoutConfig config.TimeoutConfig
// SkipTests contains all the tests not to be run and can be used to opt out
// of specific tests
SkipTests []string
}

// New returns a new ConformanceTestSuite.
Expand Down

0 comments on commit 4d558b8

Please sign in to comment.