From f840afb983b0cf3966d5ca8bf90c019e97c32e95 Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Tue, 13 Jun 2017 14:00:59 -0700 Subject: [PATCH] ci: disable platform-server integration test as it is currently broken --- scripts/ci/test-e2e-2.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/ci/test-e2e-2.sh b/scripts/ci/test-e2e-2.sh index 65fb7f6e1b..7a63c01925 100755 --- a/scripts/ci/test-e2e-2.sh +++ b/scripts/ci/test-e2e-2.sh @@ -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"