Skip to content

Commit

Permalink
Merge pull request #2768 from chrischdi/pr-kubetest-deprecated-flags
Browse files Browse the repository at this point in the history
🌱 test: Replace deprecated ginkgo flags
  • Loading branch information
k8s-ci-robot authored Feb 27, 2024
2 parents 9a3e4ea + 30f8177 commit ecf03a7
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-fast.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ginkgo.focus: \[Conformance\]
ginkgo.skip: \[sig-scheduling\].*\[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
6 changes: 3 additions & 3 deletions test/e2e/data/kubetest/conformance.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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

0 comments on commit ecf03a7

Please sign in to comment.