diff --git a/cypress/e2e/tests/pages/manager/pod-security-policy-templates.spec.ts b/cypress/e2e/tests/pages/manager/pod-security-policy-templates.spec.ts index e8d051d8a9c..92c73624fb5 100644 --- a/cypress/e2e/tests/pages/manager/pod-security-policy-templates.spec.ts +++ b/cypress/e2e/tests/pages/manager/pod-security-policy-templates.spec.ts @@ -1,7 +1,9 @@ import PodSecurityPoliciesTemplatesPagePo from '@/cypress/e2e/po/pages/cluster-manager/pod-security-policy-templates.po'; import EmberPromptRemove from '@/cypress/e2e/po/components/ember/ember-prompt-remove.po'; -describe('Pod Security Policy Templates', { testIsolation: 'off', tags: ['@manager', '@adminUser'] }, () => { +describe.skip('Pod Security Policy Templates', { testIsolation: 'off', tags: ['@manager', '@adminUser'] }, () => { + // Note: this test fails due to https://github.com/rancher/dashboard/issues/10187 + // skipping these tests until issue is resolved const podSecurityTemplatesPage = new PodSecurityPoliciesTemplatesPagePo('_'); const runTimestamp = +new Date(); const templateName = `e2e-pod-security-template-name-${ runTimestamp }`;