Skip flaky HTTPS devcert test on 2.2 (#12980)

This commit is contained in:
Justin Kotalik 2019-08-09 09:53:31 -07:00 committed by Andrew Stanton-Nurse
parent 76c62a5768
commit 735807d6ff
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace Microsoft.AspNetCore.Certificates.Generation.Tests
}
}
[Fact]
[Fact(Skip = "True")]
public void EnsureCreateHttpsCertificate2_CreatesACertificate_WhenThereAreNoHttpsCertificates()
{
try