Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Consider Ubuntu 16.10 as unreliable for X509Certificates outerloop CI…
Browse files Browse the repository at this point in the history
… tests.
  • Loading branch information
mellinoe committed Nov 5, 2016
1 parent b231765 commit ddd5e57
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 @@ namespace System.Security.Cryptography.X509Certificates.Tests
public static class X509FilesystemTests
{
// #9293: Our Fedora23 CI machines use NTFS for "tmphome", which causes our filesystem permissions checks to fail.
private static bool IsReliableInCI { get; } = !PlatformDetection.IsFedora23;
private static bool IsReliableInCI { get; } = !PlatformDetection.IsFedora23 && !PlatformDetection.IsUbuntu1610;

[Fact]
[OuterLoop]
Expand Down

0 comments on commit ddd5e57

Please sign in to comment.