Skip to content

Commit

Permalink
chore(deps): remove ginkgo polling every 3 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyberezansky committed Feb 9, 2025
1 parent 82030bb commit a41493f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/csi-sanity/ga_docker_run_sanity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ directory_volume_no_snapshots() {
-ginkgo.skip="NodeStageVolume" \
-ginkgo.skip="NodeUnstageVolume" \
-ginkgo.vv \
-ginkgo.poll-progress-after 3s \
-csi.testvolumeparameters /test/wekafs-dirv1.yaml
}

Expand Down Expand Up @@ -57,7 +56,6 @@ directory_volume_and_snapshots() {
-ginkgo.skip="NodeStageVolume" \
-ginkgo.skip="NodeUnstageVolume" \
-ginkgo.vv \
-ginkgo.poll-progress-after 3s \
-csi.testvolumeparameters /test/wekafs-dirv1.yaml
}

Expand All @@ -80,7 +78,6 @@ snaphot_volumes_with_2nd_level_shapshots() {
-ginkgo.skip="NodeStageVolume" \
-ginkgo.skip="NodeUnstageVolume" \
-ginkgo.vv \
-ginkgo.poll-progress-after 3s \
-csi.testvolumeparameters /test/wekafs-snapvol.yaml
}
# ---------------------- SNAPSHOT VOLUME WITH API BINDING AND SNAPSHOTS ----------------------
Expand All @@ -103,7 +100,6 @@ filesystem_volumes() {
-ginkgo.skip="NodeStageVolume" \
-ginkgo.skip="NodeUnstageVolume" \
-ginkgo.vv \
-ginkgo.poll-progress-after 3s \
-csi.testvolumeparameters /test/wekafs-fs.yaml
}

Expand Down

0 comments on commit a41493f

Please sign in to comment.