Fix tests

This commit is contained in:
Ciprian Hacman 2022-06-18 09:21:57 +03:00
parent 11870286e0
commit 7356b0f233
1 changed files with 2 additions and 0 deletions

View File

@ -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",