File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/KubernetesClient.Tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments