Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add skip #2491

Merged
merged 1 commit into from
Mar 16, 2023
Merged

add skip #2491

merged 1 commit into from
Mar 16, 2023

Conversation

changluyi
Copy link
Collaborator

What type of this PR

Examples of user facing changes:

  • Features
  • Bug fixes
  • Docs
  • Tests

Which issue(s) this PR fixes:

Fixes #(issue-number)

@@ -144,6 +144,7 @@ var _ = framework.Describe("[group:kubectl-ko]", func() {
})

framework.ConformanceIt(`should succeed to execute "kubectl ko log kube-ovn all"`, func() {
f.SkipVersionPriorTo(1, 12, "This feature was introduce in v1.12")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
f.SkipVersionPriorTo(1, 12, "This feature was introduce in v1.12")
f.SkipVersionPriorTo(1, 12, "This feature was introduced in v1.12")

@changluyi changluyi merged commit 0606f90 into master Mar 16, 2023
@changluyi changluyi deleted the add_skip_for_case branch March 16, 2023 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants