Actually assign loaded cert when generating pfx (#1609)
* Actually assign loaded cert when generating pfx * Enable tests that would have caught this issue
This commit is contained in:
committed by
GitHub
parent
f7e7613d09
commit
73b318ba34
@@ -167,8 +167,8 @@ namespace k8s.Tests
|
||||
}
|
||||
}
|
||||
|
||||
// this test doesn't work on OSX and is inconsistent on windows
|
||||
[OperatingSystemDependentFact(Exclude = OperatingSystems.OSX | OperatingSystems.Windows)]
|
||||
// this test doesn't work on OSX
|
||||
[OperatingSystemDependentFact(Exclude = OperatingSystems.OSX)]
|
||||
public void Cert()
|
||||
{
|
||||
var serverCertificateData = File.ReadAllText("assets/apiserver-pfx-data.txt");
|
||||
@@ -273,7 +273,7 @@ namespace k8s.Tests
|
||||
}
|
||||
}
|
||||
|
||||
[OperatingSystemDependentFact(Exclude = OperatingSystems.OSX | OperatingSystems.Windows)]
|
||||
[OperatingSystemDependentFact(Exclude = OperatingSystems.OSX)]
|
||||
public void ExternalCertificate()
|
||||
{
|
||||
const string name = "testing_irrelevant";
|
||||
|
||||
Reference in New Issue
Block a user