Skip to content

Commit ab2b3e9

Browse files
Clay Martinjimevans
authored andcommitted
Disabling insercure cert cookie tests
Signed-off-by: Jim Evans <james.h.evans.jr@gmail.com>
1 parent 6c6625d commit ab2b3e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/test/common/CookieImplementationTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ public void ShouldRetainCookieExpiry()
468468

469469
[Test]
470470
[IgnoreBrowser(Browser.IE, "Browser does not handle untrusted SSL certificates.")]
471+
[IgnoreBrowser(Browser.Edge, "Browser does not handle untrusted SSL certificates.")]
471472
public void CanHandleSecureCookie()
472473
{
473474
driver.Url = EnvironmentManager.Instance.UrlBuilder.WhereIsSecure("animals");
@@ -483,6 +484,7 @@ public void CanHandleSecureCookie()
483484

484485
[Test]
485486
[IgnoreBrowser(Browser.IE, "Browser does not handle untrusted SSL certificates.")]
487+
[IgnoreBrowser(Browser.Edge, "Browser does not handle untrusted SSL certificates.")]
486488
public void ShouldRetainCookieSecure()
487489
{
488490
driver.Url = EnvironmentManager.Instance.UrlBuilder.WhereIsSecure("animals");

0 commit comments

Comments
 (0)