diff --git a/packages/manager/.changeset/pr-13244-tests-1767717203129.md b/packages/manager/.changeset/pr-13244-tests-1767717203129.md new file mode 100644 index 00000000000..c531be277d3 --- /dev/null +++ b/packages/manager/.changeset/pr-13244-tests-1767717203129.md @@ -0,0 +1,5 @@ +--- +"@linode/manager": Tests +--- + +Temporarily skip time range verification Cypress tests ([#13244](https://github.com/linode/manager/pull/13244)) diff --git a/packages/manager/cypress/e2e/core/cloudpulse/timerange-verification.spec.ts b/packages/manager/cypress/e2e/core/cloudpulse/timerange-verification.spec.ts index 71705981c27..416da6e8546 100644 --- a/packages/manager/cypress/e2e/core/cloudpulse/timerange-verification.spec.ts +++ b/packages/manager/cypress/e2e/core/cloudpulse/timerange-verification.spec.ts @@ -187,8 +187,22 @@ const formatToUtcDateTime = (dateStr: string): string => { .toFormat('yyyy-MM-dd HH:mm'); }; -// It is going to be modified -describe('Integration tests for verifying Cloudpulse custom and preset configurations', () => { +/* + * TODO Fix or migrate the tests in `timerange-verification.spec.ts`. + * + * The tests in this spec frequently fail during specific dates and time periods + * throughout the day and year. Because there are so many tests in this spec, the + * timeouts and subsequent failures can delay test runs by several (45+) minutes + * which frequently interferes with unrelated test runs. + * + * Other considerations: + * + * - Would unit tests or component tests be a better fit for this? + * + * - Are these tests adding any value? They fail frequently and the failures do + * not get reviewed. They do not seem to be protecting us from regressions. + */ +describe.skip('Integration tests for verifying Cloudpulse custom and preset configurations', () => { /* * - Mocks user preferences for dashboard details (dashboard, engine, resources, and region). * - Simulates loading test data without real API calls.