Skip to content

Commit

Permalink
[QE] Added a new e2e annotation to identify test to be executed only …
Browse files Browse the repository at this point in the history
…during release testing

During nightly e2e the crc version test is giving a false positive due to how we check the versions for the code tested and the version of the tests themselves. This version test makes no sense during nightly but it make sense during release testing. This commit will include an annotation to allow us pick the test only during release testing
  • Loading branch information
Alberto Fanjul authored and adrianriobo committed Oct 2, 2024
1 parent b0e3fba commit 3f62a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/features/basic.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: Basic test
User explores some of the top-level CRC commands while going
through the lifecycle of CRC.

@darwin @linux @windows
@darwin @linux @windows @release
Scenario: CRC version
When executing crc version command
Then stdout should contain correct version
Expand Down

0 comments on commit 3f62a38

Please sign in to comment.