Skip to content

Commit d736c31

Browse files
committed
test(material): disable problematic e2e test
LGTM from Victor and Jeff in person :)
1 parent a7e9bc9 commit d736c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/playground/e2e_test/material/dialog_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('md-dialog', function() {
66
beforeEach(() => { browser.get(url); });
77
afterEach(verifyNoBrowserErrors);
88

9-
it('should open a dialog', function() {
9+
xit('should open a dialog', function() {
1010
var openButton = element(by.id('open'));
1111
openButton.click();
1212

0 commit comments

Comments
 (0)