fix(material): Disable md-grid-list tests until #5132 is fixed.

This commit is contained in:
Alex Rickabaugh 2015-11-04 14:10:51 -08:00
parent 4bb9c46cf1
commit 0b11051ac1
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import {verifyNoBrowserErrors} from 'angular2/src/testing/e2e_util';
describe('md-grid-list', function() {
// TODO: Enable tests once #5132 is fixed.
xdescribe('md-grid-list', function() {
var url = 'playground/src/material/grid_list/index.html';
beforeEach(() => { browser.get(url); });