From e0e92cfef6f52852dbaf700e22ca74773bdbbc72 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Wed, 9 Jan 2019 17:51:15 -0800 Subject: [PATCH] test(ivy): diagnose root causes of remaining failing router tests (#28035) PR Close #28035 --- packages/router/test/integration.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/router/test/integration.spec.ts b/packages/router/test/integration.spec.ts index 555d5f7012..8be8c833a5 100644 --- a/packages/router/test/integration.spec.ts +++ b/packages/router/test/integration.spec.ts @@ -1883,7 +1883,7 @@ describe('Integration', () => { }); describe('redirects', () => { - fixmeIvy('unkwnown/maybe FW-918') + fixmeIvy('FW-768: markViewDirty instruction is scheduling a tick') .it('should work', fakeAsync(inject([Router, Location], (router: Router, location: Location) => { const fixture = createRoot(router, RootCmp); @@ -1899,7 +1899,7 @@ describe('Integration', () => { expect(location.path()).toEqual('/team/22'); }))); - fixmeIvy('unkwnown/maybe FW-918') + fixmeIvy('FW-768: markViewDirty instruction is scheduling a tick') .it('should update Navigation object after redirects are applied', fakeAsync(inject([Router, Location], (router: Router, location: Location) => { const fixture = createRoot(router, RootCmp);