From 0136274f331775b42234fd08384766e5a2ae6fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Wed, 9 Jan 2019 13:07:18 -0800 Subject: [PATCH] test(ivy): update root causes for animation tests (#28026) PR Close #28026 --- packages/core/test/animation/animation_integration_spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/test/animation/animation_integration_spec.ts b/packages/core/test/animation/animation_integration_spec.ts index 450e064794..93e28d5c59 100644 --- a/packages/core/test/animation/animation_integration_spec.ts +++ b/packages/core/test/animation/animation_integration_spec.ts @@ -1567,7 +1567,7 @@ const DEFAULT_COMPONENT_ID = '1'; } }); - fixmeIvy('unknown').it( + fixmeIvy('FW-932: Animation @triggers are not reported to the renderer in Ivy as they are in VE').it( 'should animate removals of nodes to the `void` state for each animation trigger, but treat all auto styles as pre styles', () => { @Component({ @@ -1968,7 +1968,7 @@ const DEFAULT_COMPONENT_ID = '1'; expect(players[0].duration).toEqual(5678); }); - fixmeIvy('unknown').it( + fixmeIvy('FW-932: Animation @triggers are not reported to the renderer in Ivy as they are in VE').it( 'should not render animations when the object expression value is the same as it was previously', () => { @Component({