From 3bafc002aea0ac64c15dd35c6ff91383aa32ccea Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Thu, 10 Jan 2019 16:28:39 +0100 Subject: [PATCH] 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 --- packages/core/test/linker/change_detection_integration_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/test/linker/change_detection_integration_spec.ts b/packages/core/test/linker/change_detection_integration_spec.ts index 3e04b946f7..9061d77010 100644 --- a/packages/core/test/linker/change_detection_integration_spec.ts +++ b/packages/core/test/linker/change_detection_integration_spec.ts @@ -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( '
');