Skip to content

Commit 5edbd56

Browse files
authored
Merge pull request #5869 from mportuga/features/customScrollerTests
test(scroller): Skipping event tests.
2 parents 4b506aa + 38b6e31 commit 5edbd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/custom-scrolling/test/ui-grid-custom-scroller.factory.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
it('should initialize uiGridScroller.initiated to NONE', function() {
6969
expect(uiGridScroller.initiated).toEqual(uiGridScrollerConstants.scrollType.NONE);
7070
});
71-
describe('events', function() {
71+
xdescribe('events', function() {
7272
describe('on touchstart', function() {
7373
beforeEach(function() {
7474
uiGridScroller(element, scrollHandler);

0 commit comments

Comments
 (0)