Skip to content

Commit

Permalink
test(ivy): update root cause for @angular/core (#28046)
Browse files Browse the repository at this point in the history
FW-822 is a delibrate breaking change so changing the status of the
corresponding test from fixmeIvy to modifiedInIvy.

PR Close #28046
  • Loading branch information
pkozlowski-opensource authored and AndrewKushnir committed Jan 10, 2019
1 parent afaea11 commit 3bafc00
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1315,7 +1315,7 @@ const TEST_COMPILER_PROVIDERS: Provider[] = [
});

describe('multi directive order', () => {
fixmeIvy('FW-822: Order of bindings to directive inputs different in ivy')
modifiedInIvy('order of bindings to directive inputs is different in ivy')
.it('should follow the DI order for the same element', fakeAsync(() => {
const ctx = createCompFixture(
'<div orderCheck2="2" orderCheck0="0" orderCheck1="1"></div>');
Expand Down

0 comments on commit 3bafc00

Please sign in to comment.