We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18dfac1 + 7f3118c commit 36b577aCopy full SHA for 36b577a
pkg/clioptions/clusterdiscovery/storagecaps.go
pkg/cmd/openshift-tests/run/options.go
@@ -6,7 +6,6 @@ import (
6
"os"
7
"path/filepath"
8
9
- "github.com/openshift/origin/pkg/clioptions/clusterdiscovery"
10
"github.com/openshift/origin/pkg/clioptions/imagesetup"
11
"github.com/openshift/origin/pkg/clioptions/iooptions"
12
"github.com/openshift/origin/pkg/monitortestframework"
@@ -96,7 +95,5 @@ func (o *RunSuiteOptions) Run(ctx context.Context) error {
96
95
fmt.Fprintf(os.Stderr, "Suite run returned error: %s\n", exitErr.Error())
97
}
98
99
- // Special debugging carve-outs for teams is likely to age poorly.
100
- clusterdiscovery.PrintStorageCapabilities(o.GinkgoRunSuiteOptions.Out)
101
return exitErr
102
0 commit comments