diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index c0bdf96bf..daa469068 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -122,8 +122,7 @@ function run_test(){ sleep 10 # to let the instances terminate ;; "doctor") - # Comment Doctor until Green light from Doctor team - # python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py + python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py ;; "ovno") # suite under rewritting for colorado |