Skip to content
Snippets Groups Projects
Commit f3cf87a5 authored by Florent Thiery's avatar Florent Thiery
Browse files

disable running envsetup tests on the worker

parent 294b54fd
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,8 @@ for worker_ip in worker_ips.split(','):
else:
if not check_celerity_connectivity(worker_ip):
all_ok = False
if not run_tests(worker_ip):
all_ok = False
#if not run_tests(worker_ip):
# all_ok = False
if not tested:
print('Celerity IP not set or running locally, skipping test.')
sys.exit(2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment