test(ivy): update root cause analysis for the remaining query-related test (#27985)

PR Close #27985
This commit is contained in:
Pawel Kozlowski 2019-01-08 15:07:53 +01:00 committed by Kara Erickson
parent b541c48688
commit 090801532e
1 changed files with 2 additions and 2 deletions

View File

@ -616,8 +616,8 @@ describe('Query API', () => {
expect(q.query.map((d: TextDirective) => d.text)).toEqual(['1', '2']);
});
fixmeIvy('unknown').it(
'should remove manually projected templates if their parent view is destroyed', () => {
fixmeIvy('FW-920: Queries in nested views are not destroyed properly')
.it('should remove manually projected templates if their parent view is destroyed', () => {
const template = `
<manual-projecting #q><ng-template #tpl><div text="1"></div></ng-template></manual-projecting>
<div *ngIf="shouldShow">