File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import (
29
29
"k8s.io/klog/v2"
30
30
"k8s.io/kubernetes/test/e2e/framework"
31
31
"k8s.io/kubernetes/test/e2e/framework/config"
32
- "k8s.io/kubernetes/test/e2e/framework/testfiles"
33
32
)
34
33
35
34
var (
@@ -56,15 +55,6 @@ func TestMain(m *testing.M) {
56
55
57
56
framework .AfterReadingAllFlags (& framework .TestContext )
58
57
59
- // TODO: Deprecating repo-root over time... instead just use gobindata_util.go , see #23987.
60
- // Right now it is still needed, for example by
61
- // test/e2e/framework/ingress/ingress_utils.go
62
- // for providing the optional secret.yaml file and by
63
- // test/e2e/framework/util.go for cluster/log-dump.
64
- if framework .TestContext .RepoRoot != "" {
65
- testfiles .AddFileSource (testfiles.RootFileSource {Root : framework .TestContext .RepoRoot })
66
- }
67
-
68
58
os .Exit (m .Run ())
69
59
}
70
60
You can’t perform that action at this time.
0 commit comments