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({