File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/e2e/specs/dashboard-samples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) &&
You can’t perform that action at this time.
0 commit comments