Skip to content

Commit 3f62a38

Browse files
Alberto Fanjuladrianriobo
authored andcommitted
[QE] Added a new e2e annotation to identify test to be executed only 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
1 parent b0e3fba commit 3f62a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/features/basic.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Feature: Basic test
44
User explores some of the top-level CRC commands while going
55
through the lifecycle of CRC.
66

7-
@darwin @linux @windows
7+
@darwin @linux @windows @release
88
Scenario: CRC version
99
When executing crc version command
1010
Then stdout should contain correct version

0 commit comments

Comments
 (0)