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 1043a0c + 29120df commit 93efb97Copy full SHA for 93efb97
test/k8s-integration/main.go
@@ -207,7 +207,7 @@ func runTests(k8sDir string) error {
207
}
208
artifactsDir, _ := os.LookupEnv("ARTIFACTS")
209
reportArg := fmt.Sprintf("--report-dir=%s", artifactsDir)
210
- testArgs := fmt.Sprintf("--test_args=--ginkgo.focus=CSI.*gcePD-external --ginkgo.skip=\\[Serial\\]|kubelet.*down %s", reportArg)
+ testArgs := fmt.Sprintf("--test_args=--ginkgo.focus=CSI.*gcePD-external --ginkgo.skip=\\[Disruptive\\]|\\[Serial\\]|kubelet.*down %s", reportArg)
211
cmd := exec.Command("go", "run", "hack/e2e.go",
212
"--",
213
"--check-version-skew=false",
0 commit comments