test(material): disable problematic e2e test

LGTM from Victor and Jeff in person :)
This commit is contained in:
Matias Niemelä 2016-02-17 16:17:56 -08:00
parent a7e9bc97f6
commit d736c31fea
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ describe('md-dialog', function() {
beforeEach(() => { browser.get(url); });
afterEach(verifyNoBrowserErrors);
it('should open a dialog', function() {
xit('should open a dialog', function() {
var openButton = element(by.id('open'));
openButton.click();