Skip to content

Commit

Permalink
Disabling insercure cert cookie tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Evans <[email protected]>
  • Loading branch information
Clay Martin authored and jimevans committed Aug 9, 2018
1 parent 6c6625d commit ab2b3e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotnet/test/common/CookieImplementationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand All @@ -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");
Expand Down

0 comments on commit ab2b3e9

Please sign in to comment.