We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb9c46 commit 0b11051Copy full SHA for 0b11051
modules/playground/e2e_test/material/grid_list_spec.ts
@@ -1,6 +1,7 @@
1
import {verifyNoBrowserErrors} from 'angular2/src/testing/e2e_util';
2
3
-describe('md-grid-list', function() {
+// TODO: Enable tests once #5132 is fixed.
4
+xdescribe('md-grid-list', function() {
5
var url = 'playground/src/material/grid_list/index.html';
6
7
beforeEach(() => { browser.get(url); });
0 commit comments