File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
tests/KubernetesClient.Tests Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -162,15 +162,10 @@ public void BasicAuth()
162
162
}
163
163
164
164
#if NETCOREAPP2_1 // The functionality under test, here, is dependent on managed HTTP / WebSocket in .NET Core 2.1 or newer.
165
- [ Fact ]
165
+ // this test doesn't work on OSX and is inconsistent on windows
166
+ [ OperatingSystemDependentFact ( Exclude = OperatingSystem . OSX | OperatingSystem . Windows ) ]
166
167
public void Cert ( )
167
168
{
168
- if ( System . Runtime . InteropServices . RuntimeInformation . IsOSPlatform ( OSPlatform . OSX ) )
169
- {
170
- // TODO: This test fails on OS X for some reason. Figure out why...
171
- return ;
172
- }
173
-
174
169
var serverCertificateData = File . ReadAllText ( "assets/apiserver-pfx-data.txt" ) ;
175
170
176
171
var clientCertificateKeyData = File . ReadAllText ( "assets/client-key-data.txt" ) ;
You can’t perform that action at this time.
0 commit comments