Skip to content

Commit

Permalink
Merge pull request #5869 from mportuga/features/customScrollerTests
Browse files Browse the repository at this point in the history
test(scroller): Skipping event tests.
  • Loading branch information
mportuga committed Dec 9, 2016
2 parents 4b506aa + 38b6e31 commit 5edbd56
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@
it('should initialize uiGridScroller.initiated to NONE', function() {
expect(uiGridScroller.initiated).toEqual(uiGridScrollerConstants.scrollType.NONE);
});
describe('events', function() {
xdescribe('events', function() {
describe('on touchstart', function() {
beforeEach(function() {
uiGridScroller(element, scrollHandler);
Expand Down

0 comments on commit 5edbd56

Please sign in to comment.