From bc8e77c49cec993f616aea6199af9d29328078c6 Mon Sep 17 00:00:00 2001 From: qibobo Date: Wed, 4 Dec 2019 00:42:46 -0600 Subject: [PATCH] disable legacy unit test and integration test in travis (#548) --- .travis.yml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.travis.yml b/.travis.yml index 458fda21b..228ea3761 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,29 +69,29 @@ jobs: - ginkgo -r -race -randomizeAllSpecs src/integration # Tests for legacy components (node apiserver, broker and metricscollector) - - name: legacy unit test - script: - - pushd api - - npm install - - npm test - - popd - - pushd servicebroker - - npm install - - npm test - - popd + # - name: legacy unit test + # script: + # - pushd api + # - npm install + # - npm test + # - popd + # - pushd servicebroker + # - npm install + # - npm test + # - popd - - name: legacy integration test - script: - - pushd api - - npm install - - npm test - - popd - - pushd servicebroker - - npm install - - npm test - - popd - - pushd scheduler - - mvn package -DskipTests - - popd - - ginkgo -r -race -randomizeAllSpecs src/integration_legacy + # - name: legacy integration test + # script: + # - pushd api + # - npm install + # - npm test + # - popd + # - pushd servicebroker + # - npm install + # - npm test + # - popd + # - pushd scheduler + # - mvn package -DskipTests + # - popd + # - ginkgo -r -race -randomizeAllSpecs src/integration_legacy