diff --git a/core/src/utils/animation/test/animationbuilder/animation.e2e.ts b/core/src/utils/animation/test/animationbuilder/animation.e2e.ts index 96ea221853..a37b7b0694 100644 --- a/core/src/utils/animation/test/animationbuilder/animation.e2e.ts +++ b/core/src/utils/animation/test/animationbuilder/animation.e2e.ts @@ -12,11 +12,6 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => await page.goto('/src/utils/animation/test/animationbuilder', config); await testNavigation(page); }); - - test('ios-transition css', async ({ page }) => { - await page.goto('/src/utils/animation/test/animationbuilder?ionic:_forceCSSAnimations=true', config); - await testNavigation(page); - }); }); }); diff --git a/core/src/utils/animation/test/animationbuilder/index.html b/core/src/utils/animation/test/animationbuilder/index.html index a61fa92ee7..795b95efeb 100644 --- a/core/src/utils/animation/test/animationbuilder/index.html +++ b/core/src/utils/animation/test/animationbuilder/index.html @@ -13,11 +13,6 @@