Skip to content

Commit d26aeec

Browse files
committed
Updating ignored tests in .NET test suite
1 parent 43e6f4e commit d26aeec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dotnet/test/common/HTML5/LocationContextTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using NUnit.Framework;
1+
using NUnit.Framework;
22

33
namespace OpenQA.Selenium.Html5
44
{
@@ -7,6 +7,7 @@ public class LocationContextTest : DriverTestFixture
77
{
88
[Test]
99
[IgnoreBrowser(Browser.Android, "Untested feature")]
10+
[IgnoreBrowser(Browser.Edge)]
1011
[IgnoreBrowser(Browser.Firefox, "Firefox driver incorrectly reports capability of geolocation.")]
1112
[IgnoreBrowser(Browser.Chrome, "Chrome driver does not support setting altitude value.")]
1213
public void ShouldSetAndGetLocation()

dotnet/test/common/PageLoadingTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public void ShouldFollowMetaRedirects()
3131
}
3232

3333
[Test]
34+
[IgnoreBrowser(Browser.Chrome)]
3435
public void ShouldBeAbleToGetAFragmentOnTheCurrentPage()
3536
{
3637
if (TestUtilities.IsMarionette(driver))

0 commit comments

Comments
 (0)