diff --git a/src/applications/medical-copays/tests/e2e/cdp-alert.cypress.spec.js b/src/applications/medical-copays/tests/e2e/cdp-alert.cypress.spec.js index 9b9e4cb18404..bb683c840480 100644 --- a/src/applications/medical-copays/tests/e2e/cdp-alert.cypress.spec.js +++ b/src/applications/medical-copays/tests/e2e/cdp-alert.cypress.spec.js @@ -3,7 +3,7 @@ import mockCopays from './fixtures/mocks/copays.json'; import mockUser from './fixtures/mocks/mock-user.json'; import mockDebt from '../../utils/mocks/debts.json'; -describe('Medical Copays - CDP Alerts', () => { +describe.skip('Medical Copays - CDP Alerts', () => { const id = 'f4385298-08a6-42f8-a86f-50e97033fb85'; const mockZeroDebt = { debts: [], diff --git a/src/applications/medical-copays/tests/e2e/mcp.cypress.spec.js b/src/applications/medical-copays/tests/e2e/mcp.cypress.spec.js index 809db77b73b3..6bbfd4c723bb 100644 --- a/src/applications/medical-copays/tests/e2e/mcp.cypress.spec.js +++ b/src/applications/medical-copays/tests/e2e/mcp.cypress.spec.js @@ -9,7 +9,7 @@ import mockFeatureToggles from './fixtures/mocks/feature-toggles.json'; import mockCopays from './fixtures/mocks/copays.json'; import mockUser from './fixtures/mocks/mock-user.json'; -describe('Medical Copays', () => { +describe.skip('Medical Copays', () => { const id = 'f4385298-08a6-42f8-a86f-50e97033fb85'; beforeEach(() => { diff --git a/src/applications/medical-copays/tests/e2e/statements.cypress.spec.js b/src/applications/medical-copays/tests/e2e/statements.cypress.spec.js index a924a95f5099..78a29820443b 100644 --- a/src/applications/medical-copays/tests/e2e/statements.cypress.spec.js +++ b/src/applications/medical-copays/tests/e2e/statements.cypress.spec.js @@ -10,7 +10,7 @@ import mockFeatureToggles from './fixtures/mocks/statement-feature-toggles.json' import mockCopays from './fixtures/mocks/copays.json'; import mockUser from './fixtures/mocks/mock-user.json'; -describe('Medical Copays', () => { +describe.skip('Medical Copays', () => { const id = 'f4385298-08a6-42f8-a86f-50e97033fb85'; beforeEach(() => {