Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Skip unstable test on Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Nov 14, 2015
1 parent 2b6ab7c commit 8a5e604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class AsymmetricKeyAlgorithmProviderTests
private const string SkipIfECDsaNotSupported = "Not supported on this platform";
#endif

#if WP8
#if WP8 || DESKTOP // desktop relies on Mono.Security's RSAManaged, which is flakey. See https://bugzilla.xamarin.com/show_bug.cgi?id=35861
private const string SkipIfLimitedToCapi = "Not supported on WP8";
#else
private const string SkipIfLimitedToCapi = null;
Expand Down

0 comments on commit 8a5e604

Please sign in to comment.