test(platform-server): fix and re-enable integration tests

This commit is contained in:
Vikram Subramanian
2017-06-13 14:30:36 -07:00
committed by Alex Rickabaugh
parent d8d21c77d5
commit 0c07f8c099
3 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,6 @@ travisFoldStart "test.e2e.offlineCompiler"
${thisDir}/offline_compiler_test.sh
travisFoldEnd "test.e2e.offlineCompiler"
# 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"
travisFoldStart "test.e2e.platform-server"
./packages/platform-server/integrationtest/run_tests.sh
travisFoldEnd "test.e2e.platform-server"