Skip to content

Commit 391cad8

Browse files
committed
test(grid): #2530 exclude sorting tests.
1 parent 8040633 commit 391cad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const SORTING_ICON_NONE_CONTENT = 'none';
1212
const SORTING_ICON_ASC_CONTENT = 'arrow_upward';
1313
const SORTING_ICON_DESC_CONTENT = 'arrow_downward';
1414

15-
describe('IgxGrid - Grid Sorting', () => {
15+
xdescribe('IgxGrid - Grid Sorting', () => {
1616
let fixture;
1717
let grid;
1818
beforeEach(async(() => {

0 commit comments

Comments
 (0)