issue #587: disable SSH key setup, it breaks unit tests
This commit is contained in:
parent
45d88b1f3f
commit
8d766d3d32
|
@ -7,7 +7,7 @@ import ci_lib
|
|||
|
||||
batches = []
|
||||
|
||||
if os.uname()[0] == 'Linux':
|
||||
if 0 and os.uname()[0] == 'Linux':
|
||||
batches += [
|
||||
[
|
||||
"sudo chown `whoami`: ~",
|
||||
|
|
Loading…
Reference in New Issue