Skip to content

Commit 990c0d4

Browse files
committed
chore(*): Exclude Query Builder DnD tests
1 parent a8aeb29 commit 990c0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/query-builder/query-builder.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2482,7 +2482,7 @@ describe('IgxQueryBuilder', () => {
24822482
}));
24832483
});
24842484

2485-
describe('Drag and drop', () => {
2485+
xdescribe('Drag and drop', () => {
24862486
const ROW_HEIGHT = 40;
24872487
const DROP_CONDITION_HERE = "Drop here to insert";
24882488
let chipComponents = [];

0 commit comments

Comments
 (0)