From f9d0804daadf3cc22d406eaf6d603a3dda9e0460 Mon Sep 17 00:00:00 2001
From: Eric Gribkoff <ericgribkoff@google.com>
Date: Thu, 16 Mar 2017 09:06:49 -0700
Subject: [PATCH] disable wait for healthy

---
 tools/run_tests/run_interop_tests.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index b5977bf4f3..55e729ace3 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -964,7 +964,8 @@ try:
                           manual_cmd_log=server_manual_cmd_log)
     if not args.manual_run:
       job = dockerjob.DockerJob(spec)
-      job.wait_for_healthy(timeout_seconds=240)
+      #job.wait_for_healthy(timeout_seconds=240)
+      print(subprocess.check_output(['docker', 'version']))
       server_jobs[lang] = job
       http2_badserver_ports = tuple([
           job.mapped_port(_DEFAULT_SERVER_PORT + i)
-- 
GitLab