chore(pipes): disable broken e2e tests (#2068)

This commit is contained in:
Patrice Chalin
2016-08-10 08:00:05 -07:00
committed by Kathy Walrath
parent 16731979a0
commit ccdc8c0cec
+2 -2
View File
@@ -64,7 +64,7 @@ describe('Pipes', function () {
});
it('should support flying heroes (pure) ', function () {
xit('should support flying heroes (pure) ', function () {
let nameEle = element(by.css('flying-heroes input[type="text"]'));
let canFlyCheckEle = element(by.css('flying-heroes #can-fly'));
let mutateCheckEle = element(by.css('flying-heroes #mutate'));
@@ -95,7 +95,7 @@ describe('Pipes', function () {
});
it('should support flying heroes (impure) ', function () {
xit('should support flying heroes (impure) ', function () {
let nameEle = element(by.css('flying-heroes-impure input[type="text"]'));
let canFlyCheckEle = element(by.css('flying-heroes-impure #can-fly'));
let mutateCheckEle = element(by.css('flying-heroes-impure #mutate'));