mirror of https://github.com/kubernetes/kops.git
Fix tests
This commit is contained in:
parent
11870286e0
commit
7356b0f233
|
@ -22,6 +22,7 @@ import (
|
|||
"testing"
|
||||
|
||||
"k8s.io/kops/pkg/assets"
|
||||
"k8s.io/kops/pkg/featureflag"
|
||||
"k8s.io/kops/pkg/model"
|
||||
"k8s.io/kops/pkg/model/iam"
|
||||
"k8s.io/kops/pkg/testutils"
|
||||
|
@ -29,6 +30,7 @@ import (
|
|||
)
|
||||
|
||||
func Test_RunEtcdManagerBuilder(t *testing.T) {
|
||||
featureflag.ParseFlags("-ImageDigest")
|
||||
tests := []string{
|
||||
"tests/minimal",
|
||||
"tests/pollinterval",
|
||||
|
|
Loading…
Reference in New Issue