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()
167
167
}
168
168
}
169
169
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 ) ]
172
172
public void Cert ( )
173
173
{
174
174
var serverCertificateData = File . ReadAllText ( "assets/apiserver-pfx-data.txt" ) ;
@@ -273,7 +273,7 @@ public void Cert()
273
273
}
274
274
}
275
275
276
- [ OperatingSystemDependentFact ( Exclude = OperatingSystems . OSX | OperatingSystems . Windows ) ]
276
+ [ OperatingSystemDependentFact ( Exclude = OperatingSystems . OSX ) ]
277
277
public void ExternalCertificate ( )
278
278
{
279
279
const string name = "testing_irrelevant" ;
You can’t perform that action at this time.
0 commit comments