mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Merge pull request #9816 from erictune/conformance
Revive conformance test.
This commit is contained in:
@@ -183,9 +183,6 @@ func Failf(format string, a ...interface{}) {
|
||||
}
|
||||
|
||||
func providerIs(providers ...string) bool {
|
||||
if testContext.Provider == "" {
|
||||
Fail("testContext.Provider is not defined")
|
||||
}
|
||||
for _, provider := range providers {
|
||||
if strings.ToLower(provider) == strings.ToLower(testContext.Provider) {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user