Skip flaky HTTPS devcert test on 2.2 (#12980)
This commit is contained in:
parent
76c62a5768
commit
735807d6ff
|
|
@ -109,7 +109,7 @@ namespace Microsoft.AspNetCore.Certificates.Generation.Tests
|
|||
}
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "True")]
|
||||
public void EnsureCreateHttpsCertificate2_CreatesACertificate_WhenThereAreNoHttpsCertificates()
|
||||
{
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in New Issue