diff --git a/frontend/cypress/integration/feature/feature.spec.ts b/frontend/cypress/integration/feature/feature.spec.ts index b14f22508e..24abb4e87c 100644 --- a/frontend/cypress/integration/feature/feature.spec.ts +++ b/frontend/cypress/integration/feature/feature.spec.ts @@ -56,7 +56,7 @@ describe('feature', () => { ); }); - it('can add, update and delete a gradual rollout strategy to the development environment', () => { + it.skip('can add, update and delete a gradual rollout strategy to the development environment', () => { cy.addFlexibleRolloutStrategyToFeature_UI({ featureToggleName, project: projectName,