diff options
-rwxr-xr-x | ci/exec_test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 9d8d83d6..4a75bcbd 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 |