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.
1 parent 01ab027 commit 2d40c3dCopy full SHA for 2d40c3d
conformance/utils/suite/conformance.go
@@ -68,7 +68,7 @@ func (test *ConformanceTest) Run(t *testing.T, suite *ConformanceTestSuite) {
68
69
for _, manifestLocation := range test.Manifests {
70
tlog.Logf(t, "Applying %s", manifestLocation)
71
- suite.Applier.MustApplyWithCleanup(t, suite.Client, suite.TimeoutConfig, manifestLocation, suite.Cleanup)
+ suite.Applier.MustApplyWithCleanup(t, suite.Client, suite.TimeoutConfig, manifestLocation, true)
72
}
73
74
if featuresInfo != "" {
0 commit comments