Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit ccdc8c0

Browse files
chalinkwalrath
authored andcommitted
chore(pipes): disable broken e2e tests (#2068)
1 parent 1673197 commit ccdc8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/_examples/pipes/e2e-spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('Pipes', function () {
6464
});
6565

6666

67-
it('should support flying heroes (pure) ', function () {
67+
xit('should support flying heroes (pure) ', function () {
6868
let nameEle = element(by.css('flying-heroes input[type="text"]'));
6969
let canFlyCheckEle = element(by.css('flying-heroes #can-fly'));
7070
let mutateCheckEle = element(by.css('flying-heroes #mutate'));
@@ -95,7 +95,7 @@ describe('Pipes', function () {
9595
});
9696

9797

98-
it('should support flying heroes (impure) ', function () {
98+
xit('should support flying heroes (impure) ', function () {
9999
let nameEle = element(by.css('flying-heroes-impure input[type="text"]'));
100100
let canFlyCheckEle = element(by.css('flying-heroes-impure #can-fly'));
101101
let mutateCheckEle = element(by.css('flying-heroes-impure #mutate'));

0 commit comments

Comments
 (0)