Skip to content

Commit

Permalink
test(ivy): enable passing animation test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Jan 15, 2019
1 parent 06e5bf1 commit 2f5e973
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/test/animation/animation_integration_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1971,9 +1971,7 @@ const DEFAULT_COMPONENT_ID = '1';
expect(players[0].duration).toEqual(5678);
});

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',
it('should not render animations when the object expression value is the same as it was previously',
() => {
@Component({
selector: 'ani-cmp',
Expand Down

0 comments on commit 2f5e973

Please sign in to comment.