From 8d766d3d329b10283c2579cad666293f521f1c43 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 27 May 2019 22:27:50 +0100 Subject: [PATCH] issue #587: disable SSH key setup, it breaks unit tests --- .ci/prep_azure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/prep_azure.py b/.ci/prep_azure.py index a7d8bc67..344564e8 100755 --- a/.ci/prep_azure.py +++ b/.ci/prep_azure.py @@ -7,7 +7,7 @@ import ci_lib batches = [] -if os.uname()[0] == 'Linux': +if 0 and os.uname()[0] == 'Linux': batches += [ [ "sudo chown `whoami`: ~",