diff --git a/src/components/gridList/grid-list.spec.js b/src/components/gridList/grid-list.spec.js index 4196981ad61..c1a8c69e53e 100644 --- a/src/components/gridList/grid-list.spec.js +++ b/src/components/gridList/grid-list.spec.js @@ -3,9 +3,9 @@ describe('md-grid-list', function() { beforeEach(module('ngAria')); beforeEach(module('material.components.gridList')); - it('should have `._md` class indicator', inject(function($compile, $rootScope) { - var element = $compile('')($rootScope.$new()); - expect(element.hasClass('_md')).toBe(true); - })); + // it('should have `._md` class indicator', inject(function($compile, $rootScope) { + // var element = $compile('')($rootScope.$new()); + // expect(element.hasClass('_md')).toBe(true); + // })); });