File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import (
2929 "k8s.io/klog/v2"
3030 "k8s.io/kubernetes/test/e2e/framework"
3131 "k8s.io/kubernetes/test/e2e/framework/config"
32- "k8s.io/kubernetes/test/e2e/framework/testfiles"
3332)
3433
3534var (
@@ -56,15 +55,6 @@ func TestMain(m *testing.M) {
5655
5756 framework .AfterReadingAllFlags (& framework .TestContext )
5857
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-
6858 os .Exit (m .Run ())
6959}
7060
You can’t perform that action at this time.
0 commit comments