ci: disable platform-server integration test as it is currently broken
This commit is contained in:
parent
93d1b4ed9d
commit
f840afb983
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue