Skip to content

Commit

Permalink
Merge pull request #4345 from IgniteUI/SKrastev/fix-3723_7.1.x
Browse files Browse the repository at this point in the history
test(igxForOf): Disable sporadic igxForOf test.
  • Loading branch information
mpavlinov authored Mar 18, 2019
2 parents f6f55f1 + 0f807aa commit febd238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ describe('IgxForOf directive -', () => {
}
});

it('should apply inertia when swiping via touch interaction.', async() => {
xit('should apply inertia when swiping via touch interaction.', async() => {
const dcElem = fix.componentInstance.parentVirtDir.dc.instance._viewContainer.element.nativeElement;
// spyOn(fix.componentInstance.parentVirtDir, 'onScroll');
await UIInteractions.simulateTouchStartEvent(
Expand Down

0 comments on commit febd238

Please sign in to comment.