We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4670ac commit f055b9fCopy full SHA for f055b9f
1 file changed
test/Docker.DotNet.Tests/TestFixture.cs
@@ -221,7 +221,8 @@ public static IEnumerable<object[]> GetDockerClientTypes()
221
.Select(t => new object[] { t });
222
}
223
224
- return allClients.Select(t => new object[] { t });
+ //return allClients.Select(t => new object[] { t });
225
+ return allClients.Where(t => t == TestClientsEnum.ManagedHttps).Select(t => new object[] { t });
226
227
228
public static IEnumerable<TestDaemonsEnum> GetDockerDaemonTypes()
0 commit comments