Skip to content

Commit

Permalink
All test fail monitoring-istio as the latest chart does not have matc…
Browse files Browse the repository at this point in the history
…hing crd chart

- pin it for the moment to 03.0.2%2Bup45.31.1
  • Loading branch information
richard-cox committed Mar 25, 2024
1 parent 3f9b289 commit 5129a7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cypress/e2e/tests/pages/charts/monitoring-istio.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ describe('Charts', { tags: ['@charts', '@adminUser'] }, () => {
const chartsPageUrl = '/c/local/apps/charts/chart?repo-type=cluster&repo=rancher-charts';

describe('Monitoring', () => {
const chartsMonitoringPage = `${ chartsPageUrl }&chart=rancher-monitoring`;
// Ideally we should not specify this, older versions can disappear / have issues.
// However it seems the latest can also have issues (like no matching CRD chart)
const monitoringVersion = '103.0.2%2Bup45.31.1';
const chartsMonitoringPage = `${ chartsPageUrl }&chart=rancher-monitoring&version=${ monitoringVersion }`;

const chartsPage: ChartsPage = new ChartsPage(chartsMonitoringPage);

Expand Down

0 comments on commit 5129a7e

Please sign in to comment.