Skip to content

Commit 3628737

Browse files
msau42davidz627
authored andcommitted
fix test focus
1 parent acf3568 commit 3628737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/k8s-integration/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ func runTests(k8sDir string) error {
205205
if err != nil {
206206
return err
207207
}
208-
testArgs := "--test_args=--ginkgo.focus=CSI\\sdriver:.*gcePD-external"
209-
cmd := exec.Command("go", "run", "hack/e2e.go", "--", "--check-version-skew=false", "--test", testArgs)
208+
testArgs := "--test_args=--ginkgo.focus=CSI.*gcePD-external --ginkgo.skip=BlockVolume|\\[Serial\\]|kubelet.*down"
209+
cmd := exec.Command("go", "run", "hack/e2e.go", "--", "--check-version-skew=false", "--test", "--ginkgo-parallel", testArgs)
210210
err = runCommand("Running Tests", cmd)
211211
if err != nil {
212212
return fmt.Errorf("failed to run tests on e2e cluster: %v", err)

0 commit comments

Comments
 (0)