Skip to content

Commit c239a73

Browse files
committed
Enable tests that would have caught this issue
1 parent 4b14395 commit c239a73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/KubernetesClient.Tests/AuthTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ public void BasicAuth()
167167
}
168168
}
169169

170-
// this test doesn't work on OSX and is inconsistent on windows
171-
[OperatingSystemDependentFact(Exclude = OperatingSystems.OSX | OperatingSystems.Windows)]
170+
// this test doesn't work on OSX
171+
[OperatingSystemDependentFact(Exclude = OperatingSystems.OSX)]
172172
public void Cert()
173173
{
174174
var serverCertificateData = File.ReadAllText("assets/apiserver-pfx-data.txt");
@@ -273,7 +273,7 @@ public void Cert()
273273
}
274274
}
275275

276-
[OperatingSystemDependentFact(Exclude = OperatingSystems.OSX | OperatingSystems.Windows)]
276+
[OperatingSystemDependentFact(Exclude = OperatingSystems.OSX)]
277277
public void ExternalCertificate()
278278
{
279279
const string name = "testing_irrelevant";

0 commit comments

Comments
 (0)