Skip to content

Commit 2417f65

Browse files
authored
Update InternetExplorerConfigTests.cs
1 parent 8c06daf commit 2417f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebDriverManager.Tests/InternetExplorerConfigTests.cs

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

18-
[Fact]
18+
[Fact(Skip = "The remote server returned an error: (404) Not Found")]
1919
public void DriverDownloadTest()
2020
{
2121
new DriverManager().SetUpDriver(new InternetExplorerConfig());

0 commit comments

Comments
 (0)