Skip to content

Commit 7679af1

Browse files
authored
Ignore 'redhat.fabric8-analytics' in DS 3.22.x recommended extensions test (#23483)
Signed-off-by: Dmytro Nochevnov <[email protected]>
1 parent 45f4fb4 commit 7679af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/specs/dashboard-samples/RecommendedExtensions.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ for (const sample of samples) {
298298

299299
Logger.debug('recommendedExtensions.recommendations: Get recommendations clear names using map().');
300300

301-
// skip the test if only redhat.fabric8-analytics extension is found in Dev Spaces 3.22.0 (issue CRW-9186)
302-
if (BASE_TEST_CONSTANTS.OCP_VERSION === '3.22.0' && BASE_TEST_CONSTANTS.TESTING_APPLICATION_NAME() === 'devspaces') {
301+
// skip the test if only redhat.fabric8-analytics extension is found in Dev Spaces 3.22.x (issue CRW-9186)
302+
if (BASE_TEST_CONSTANTS.TESTING_APPLICATION_NAME() === 'devspaces' && BASE_TEST_CONSTANTS.TESTING_APPLICATION_VERSION.startsWith('3.22')) {
303303
const dependencyAnalyticsExtensionName: string = 'redhat.fabric8-analytics';
304304
if (
305305
recommendedExtensions.recommendations.includes(dependencyAnalyticsExtensionName) &&

0 commit comments

Comments
 (0)