Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit 60579f3

Browse files
kevmooferhatb
authored andcommitted
Re-enable content-shell tests by skipping pub serve flow
Closes #295 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149695748
1 parent 2506ea4 commit 60579f3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ before_script:
1919
- "sh -e /etc/init.d/xvfb start"
2020
- 't=0; until (xdpyinfo -display :99 &> /dev/null || test $t -gt 10); do sleep 1; let t=$t+1; done'
2121
script: ./tool/travis.sh
22-
matrix:
23-
allow_failures:
24-
# Blocked by https://github.com/dart-lang/angular2/issues/272
25-
- env: TEST_PLATFORM=content-shell

tool/travis.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ echo $THE_COMMAND
3030
$THE_COMMAND
3131

3232
if [ $TEST_PLATFORM == 'content-shell' ]; then
33-
echo "** Running pub tests – with codegen"
34-
"$(dirname "$0")/run_codegen_tests.sh"
33+
echo "** SKIPPING pub tests – with codegen - broken!"
34+
echo "** See https://github.com/dart-lang/angular2/issues/272"
35+
# "$(dirname "$0")/run_codegen_tests.sh"
3536
fi
3637

3738
echo "** Done!!"

0 commit comments

Comments
 (0)