ci: disable platform-server integration test as it is currently broken

This commit is contained in:
Alex Rickabaugh 2017-06-13 14:00:59 -07:00
parent 93d1b4ed9d
commit f840afb983
1 changed files with 4 additions and 3 deletions

View File

@ -24,6 +24,7 @@ travisFoldStart "test.e2e.offlineCompiler"
${thisDir}/offline_compiler_test.sh
travisFoldEnd "test.e2e.offlineCompiler"
travisFoldStart "test.e2e.platform-server"
./packages/platform-server/integrationtest/run_tests.sh
travisFoldEnd "test.e2e.platform-server"
# TODO(alxhub): test is currently broken, re-enable when fixed
# travisFoldStart "test.e2e.platform-server"
# ./packages/platform-server/integrationtest/run_tests.sh
# travisFoldEnd "test.e2e.platform-server"