diff --git a/frontend/cypress/integration/feature/feature.spec.ts b/frontend/cypress/integration/feature/feature.spec.ts index 5426f54cc8..c05f6c180c 100644 --- a/frontend/cypress/integration/feature/feature.spec.ts +++ b/frontend/cypress/integration/feature/feature.spec.ts @@ -28,8 +28,9 @@ describe('feature', () => { return false; } }); - cy.deleteFeature_API(featureToggleName, projectName); - cy.deleteProject_API(projectName); + + // cy.deleteFeature_API(featureToggleName, projectName); + // cy.deleteProject_API(projectName); }); beforeEach(() => {