Skip to content

Commit beb54a4

Browse files
committed
test(*): Exclude toolbar tests
1 parent efdbf5d commit beb54a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-toolbar.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const DATA = [
3535
{ ProductID: 10, ProductName: 'Chocolate', InStock: true, UnitsInStock: 20000, OrderDate: new Date('2018-03-01') }
3636
];
3737

38-
describe('IgxGrid - Grid Toolbar #grid - ', () => {
38+
xdescribe('IgxGrid - Grid Toolbar #grid - ', () => {
3939
configureTestSuite((() => {
4040
return TestBed.configureTestingModule({
4141
imports: [

0 commit comments

Comments
 (0)