diff --git a/src/portal/lib/src/repository-gridview/repository-gridview.component.spec.ts b/src/portal/lib/src/repository-gridview/repository-gridview.component.spec.ts index 999dfd2f1f..658cc1b255 100644 --- a/src/portal/lib/src/repository-gridview/repository-gridview.component.spec.ts +++ b/src/portal/lib/src/repository-gridview/repository-gridview.component.spec.ts @@ -198,7 +198,7 @@ describe('RepositoryComponentGridview (inline template)', () => { }); })); // Will fail after upgrade to angular 6. todo: need to fix it. - xit('should filter data by keyword', async(() => { + it('should filter data by keyword', async(() => { fixtureRepo.whenStable().then(() => { fixtureRepo.detectChanges();