Skip to content

Commit f055b9f

Browse files
committed
test only managedhttps
1 parent d4670ac commit f055b9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/Docker.DotNet.Tests/TestFixture.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ public static IEnumerable<object[]> GetDockerClientTypes()
221221
.Select(t => new object[] { t });
222222
}
223223

224-
return allClients.Select(t => new object[] { t });
224+
//return allClients.Select(t => new object[] { t });
225+
return allClients.Where(t => t == TestClientsEnum.ManagedHttps).Select(t => new object[] { t });
225226
}
226227

227228
public static IEnumerable<TestDaemonsEnum> GetDockerDaemonTypes()

0 commit comments

Comments
 (0)