diff --git a/packages/core/test/linker/integration_spec.ts b/packages/core/test/linker/integration_spec.ts index 01cd53b8c1..0a19e360cb 100644 --- a/packages/core/test/linker/integration_spec.ts +++ b/packages/core/test/linker/integration_spec.ts @@ -542,7 +542,8 @@ function declareTests(config?: {useJit: boolean}) { expect(value.tagName.toLowerCase()).toEqual('div'); }); - fixmeIvy('FW-709: Context discovery does not support templates (comment nodes)') + fixmeIvy( + 'FW-870: DebugNode.references gets comment node instead of TemplateRef for template nodes') .it('should assign the TemplateRef to a user-defined variable', () => { const fixture = TestBed.configureTestingModule({declarations: [MyComp]})