Skip to content

Commit e1babe8

Browse files
committed
test(Grid): #2530 Excluding search tests.
1 parent 36462ba commit e1babe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grid/grid.search.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { SampleTestData } from '../test-utils/sample-test-data.spec';
1010
import { GridWithAvatarComponent, GroupableGridSearchComponent, ScrollableGridSearchComponent } from '../test-utils/grid-samples.spec';
1111
import { IForOfState } from '../directives/for-of/for_of.directive';
1212

13-
describe('IgxGrid - search API', () => {
13+
xdescribe('IgxGrid - search API', () => {
1414
const CELL_CSS_CLASS = '.igx-grid__td';
1515
let fix, component, grid, fixNativeElement;
1616

0 commit comments

Comments
 (0)