Skip to content

Commit febd238

Browse files
authored
Merge pull request #4345 from IgniteUI/SKrastev/fix-3723_7.1.x
test(igxForOf): Disable sporadic igxForOf test.
2 parents f6f55f1 + 0f807aa commit febd238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/for-of/for_of.directive.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ describe('IgxForOf directive -', () => {
686686
}
687687
});
688688

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

0 commit comments

Comments
 (0)