From 0169c569052824dd95c045f977219d9022339cc7 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Thu, 25 Jan 2018 19:16:43 +0100 Subject: 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 --- lib/ssh/test/ssh_compat_SUITE.erl | 5 ++--- 1 file 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, -- cgit v1.2.3