File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -275,8 +275,6 @@ System.Net.NetworkInformation/NetworkInterfaceTest.cs
275
275
System.Net.NetworkInformation/PhysicalAddressTest.cs
276
276
System.Net.NetworkInformation/PingTest.cs
277
277
System.Net.Security/SslStreamTest.cs
278
- System.Net.Security/SslStreamTest2.cs
279
- System.Net.Security/SslStreamBadSslTest.cs
280
278
System.Runtime.Versioning/FrameworkNameTest.cs
281
279
System.Security.AccessControl/SemaphoreSecurityTest.cs
282
280
System.Security.Cryptography/AsnEncodedDataTest.cs
Original file line number Diff line number Diff line change @@ -59,9 +59,7 @@ public void GetReady () {
59
59
}
60
60
61
61
[ Test ] //bug https://bugzilla.novell.com/show_bug.cgi?id=457120
62
- #if ! UNITY
63
62
[ Category ( "MacNotWorking" ) ] // Works but launches a prompt on 10.12 that will fail if you don't click in a few seconds
64
- #endif
65
63
#if FEATURE_NO_BSD_SOCKETS
66
64
[ ExpectedException ( typeof ( PlatformNotSupportedException ) ) ]
67
65
#endif
@@ -149,3 +147,4 @@ private class ClientServerState {
149
147
}
150
148
}
151
149
}
150
+
You can’t perform that action at this time.
0 commit comments