diff --git a/dotnet/test/common/CookieImplementationTest.cs b/dotnet/test/common/CookieImplementationTest.cs index 867777e26afb6..7c0bb7e5f580b 100644 --- a/dotnet/test/common/CookieImplementationTest.cs +++ b/dotnet/test/common/CookieImplementationTest.cs @@ -468,6 +468,7 @@ public void ShouldRetainCookieExpiry() [Test] [IgnoreBrowser(Browser.IE, "Browser does not handle untrusted SSL certificates.")] + [IgnoreBrowser(Browser.Edge, "Browser does not handle untrusted SSL certificates.")] public void CanHandleSecureCookie() { driver.Url = EnvironmentManager.Instance.UrlBuilder.WhereIsSecure("animals"); @@ -483,6 +484,7 @@ public void CanHandleSecureCookie() [Test] [IgnoreBrowser(Browser.IE, "Browser does not handle untrusted SSL certificates.")] + [IgnoreBrowser(Browser.Edge, "Browser does not handle untrusted SSL certificates.")] public void ShouldRetainCookieSecure() { driver.Url = EnvironmentManager.Instance.UrlBuilder.WhereIsSecure("animals");