Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit e08721c

Browse files
committed
uncomment problamatic test
1 parent 27ccf18 commit e08721c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Titanium.Web.Proxy.UnitTests/CertificateManagerTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ public async Task Simple_BC_Create_Certificate_Test()
4545
}
4646

4747
// uncomment this to compare WinCert maker performance with BC (BC takes more time for same test above)
48-
[TestMethod]
48+
//[TestMethod]
4949
public async Task Simple_Create_Win_Certificate_Test()
5050
{
51-
5251
var tasks = new List<Task>();
5352

5453
var mgr = new CertificateManager(null, null, false, false, false, new Lazy<ExceptionHandler>(() => (e =>

0 commit comments

Comments
 (0)