Skip to content

Commit b3649c9

Browse files
committed
test(pivot): skip test for multiple rows
1 parent a1a198b commit b3649c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ describe('Pivot pipes', () => {
212212
]);
213213
});
214214

215-
it('transforms flat data to pivot data multiple row dimensions', () => {
215+
xit('transforms flat data to pivot data multiple row dimensions', () => {
216216
const rowPipeResult = rowPipe.transform(data, [{
217217
member: 'ProductCategory',
218218
enabled: true,

0 commit comments

Comments
 (0)