Skip to content

Commit

Permalink
Merge pull request #10172 from Nordix/kubetest-fix/adil
Browse files Browse the repository at this point in the history
🌱 Fixing kubetest warnings for deprecations
  • Loading branch information
k8s-ci-robot authored Feb 27, 2024
2 parents 02b8789 + 2e7387f commit 4f64b4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions test/e2e/data/kubetest/conformance.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ginkgo.focus: \[Conformance\]
ginkgo.skip: \[Serial\]
disable-log-dump: true
ginkgo.progress: true
ginkgo.slowSpecThreshold: 120.0
ginkgo.flakeAttempts: 3
ginkgo.show-node-events: true
ginkgo.slow-spec-threshold: 120s
ginkgo.flake-attempts: 3
ginkgo.trace: true
ginkgo.v: true
# Use 5m instead of the default 10m to fail faster
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/data/kubetest/dualstack.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ginkgo.focus: \[Feature\:IPv6DualStack\]
ginkgo.skip: \[Feature\:SCTPConnectivity\]
disable-log-dump: true
ginkgo.progress: true
ginkgo.slowSpecThreshold: 120.0
ginkgo.flakeAttempts: 3
ginkgo.show-node-events: true
ginkgo.slow-spec-threshold: 120s
ginkgo.flake-attempts: 3
ginkgo.trace: true
ginkgo.v: true
ginkgo.no-color: true
Expand Down

0 comments on commit 4f64b4d

Please sign in to comment.