Commit 1a3206c 1 parent 5eeb680 commit 1a3206c Copy full SHA for 1a3206c
File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import (
19
19
. "github.com/onsi/ginkgo"
20
20
. "github.com/onsi/gomega"
21
21
"path/filepath"
22
- "sigs.k8s.io/controller-runtime/pkg/envtest/printer"
23
22
24
23
"k8s.io/client-go/dynamic"
25
24
"k8s.io/client-go/kubernetes"
@@ -31,10 +30,7 @@ import (
31
30
32
31
func TestAPIs (t * testing.T ) {
33
32
RegisterFailHandler (Fail )
34
- RunSpecsWithDefaultAndCustomReporters (t ,
35
- "Controller Suite" ,
36
- []Reporter {printer.NewlineReporter {}},
37
- )
33
+ RunSpecs (t , "Controller Suite" )
38
34
}
39
35
40
36
var cfg * rest.Config
@@ -68,8 +64,7 @@ var _ = BeforeSuite(func(done Done) {
68
64
k8sManager , err = ctrl .NewManager (
69
65
cfg ,
70
66
ctrl.Options {
71
- Scheme : scheme .Scheme ,
72
- MetricsBindAddress : "0" ,
67
+ Scheme : scheme .Scheme ,
73
68
},
74
69
)
75
70
Expect (err ).ToNot (HaveOccurred ())
You can’t perform that action at this time.
0 commit comments