From f595445897a0be8cf709b5562af195f01940373f Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 29 Jun 2016 18:16:42 +0200 Subject: Suspend Doctor execution on Master for apex scenario Change-Id: I6a0e8969484ced97a08b87e1fc48a4e53e57bb9d Signed-off-by: Morgan Richomme --- ci/exec_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/exec_test.sh') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 9d8d83d66..4a75bcbde 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -126,7 +126,8 @@ function run_test(){ sleep 10 # to let the instances terminate ;; "doctor") - python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py + # Comment Doctor until Green light from Doctor team + # python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py ;; "ovno") # suite under rewritting for colorado -- cgit 1.2.3-korg