X Tutup
Skip to content

Commit 0b11051

Browse files
committed
fix(material): Disable md-grid-list tests until #5132 is fixed.
1 parent 4bb9c46 commit 0b11051

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/playground/e2e_test/material/grid_list_spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {verifyNoBrowserErrors} from 'angular2/src/testing/e2e_util';
22

3-
describe('md-grid-list', function() {
3+
// TODO: Enable tests once #5132 is fixed.
4+
xdescribe('md-grid-list', function() {
45
var url = 'playground/src/material/grid_list/index.html';
56

67
beforeEach(() => { browser.get(url); });

0 commit comments

Comments
 (0)
X Tutup