diff options
author | Hans Nilsson <[email protected]> | 2018-01-25 19:16:43 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-01-26 14:52:51 +0100 |
commit | 0169c569052824dd95c045f977219d9022339cc7 (patch) | |
tree | 9fe7acde322e327860f0aafd8c8948d9c7a218bb /lib/ssh/test/ssh_compat_SUITE.erl | |
parent | 0f0f6dd728a7e1bf330bdab052528969ad2a2a48 (diff) | |
download | otp-0169c569052824dd95c045f977219d9022339cc7.tar.gz otp-0169c569052824dd95c045f977219d9022339cc7.tar.bz2 otp-0169c569052824dd95c045f977219d9022339cc7.zip |
ssh: Disable test failing if docker command exists
This test is just to get a marking in test result listings where a docker system is installed
Diffstat (limited to 'lib/ssh/test/ssh_compat_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_compat_SUITE.erl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ssh/test/ssh_compat_SUITE.erl b/lib/ssh/test/ssh_compat_SUITE.erl index 19bb17524e..82b83dd83d 100644 --- a/lib/ssh/test/ssh_compat_SUITE.erl +++ b/lib/ssh/test/ssh_compat_SUITE.erl @@ -45,9 +45,8 @@ suite() -> {timetrap,{seconds,40}}]. all() -> - [check_docker_present - | [{group,G} || G <- ssh_image_versions()] - ]. +%% [check_docker_present] ++ + [{group,G} || G <- ssh_image_versions()]. groups() -> [{otp_client, [], [login_otp_is_client, |