Skip to content

Commit

Permalink
e2e: Remove startstop tag from story_health
Browse files Browse the repository at this point in the history
In the Makefile we have `e2e-story-health` target which contain
`~startstop` tag and it means this scenario not even taken into account.
This PR remove that tag from story_health scenario so it can run with
`make e2e-story-health`.
  • Loading branch information
praveenkumar authored and openshift-merge-robot committed Aug 4, 2023
1 parent 5636692 commit 364a65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/features/story_openshift.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: 4 Openshift stories

# End-to-end health check

@darwin @linux @windows @startstop @testdata @story_health @needs_namespace
@darwin @linux @windows @testdata @story_health @needs_namespace
Scenario: Overall cluster health
Given executing "oc create namespace testproj" succeeds
When executing "oc apply -f httpd-example.yaml" succeeds
Expand Down

0 comments on commit 364a65e

Please sign in to comment.