Skip to content

Commit

Permalink
Adding ignore reason for HTML5 test for Edge in .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Dec 15, 2018
1 parent 1114ccd commit be07f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/test/common/HTML5/LocationContextTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace OpenQA.Selenium.Html5
public class LocationContextTest : DriverTestFixture
{
[Test]
[IgnoreBrowser(Browser.Edge)]
[IgnoreBrowser(Browser.Edge, "Driver incorrectly reports location capability")]
[IgnoreBrowser(Browser.Firefox, "Firefox driver incorrectly reports capability of geolocation.")]
[IgnoreBrowser(Browser.Chrome, "Chrome driver does not support setting altitude value.")]
public void ShouldSetAndGetLocation()
Expand Down

0 comments on commit be07f3c

Please sign in to comment.