test(ivy): update root cause for @angular/core (#28046)

FW-822 is a delibrate breaking change so changing the status of the
corresponding test from fixmeIvy to modifiedInIvy.

PR Close #28046
This commit is contained in:
Pawel Kozlowski 2019-01-10 16:28:39 +01:00 committed by Andrew Kushnir
parent afaea110c7
commit 3bafc002ae
1 changed files with 1 additions and 1 deletions

View File

@ -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>');