From 3f62a38eeb3face6b4d2919eac9a23b5e203c320 Mon Sep 17 00:00:00 2001 From: Alberto Fanjul Date: Tue, 1 Oct 2024 16:33:01 +0200 Subject: [PATCH] [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 --- test/e2e/features/basic.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/features/basic.feature b/test/e2e/features/basic.feature index 0a611dcfaf..c31526f8c0 100644 --- a/test/e2e/features/basic.feature +++ b/test/e2e/features/basic.feature @@ -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