issue #587: disable SSH key setup, it breaks unit tests

This commit is contained in:
David Wilson 2019-05-27 22:27:50 +01:00
parent 45d88b1f3f
commit 8d766d3d32
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import ci_lib
batches = []
if os.uname()[0] == 'Linux':
if 0 and os.uname()[0] == 'Linux':
batches += [
[
"sudo chown `whoami`: ~",