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 fec8f6febe
commit 209d74c342

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"