Skip to content

Commit f1d8ae8

Browse files
committed
Disable Edge DriverDownloadTest
1 parent 3c47a96 commit f1d8ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebDriverManager.Tests/EdgeConfigTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public void VersionTest()
1616
Assert.Matches(regex, version);
1717
}
1818

19-
[Fact]
19+
[Fact(Skip = "Broken by Microsoft")]
2020
public void DriverDownloadTest()
2121
{
2222
new DriverManager().SetUpDriver(new EdgeConfig());

0 commit comments

Comments
 (0)