We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c06daf commit 2417f65Copy full SHA for 2417f65
WebDriverManager.Tests/InternetExplorerConfigTests.cs
@@ -15,7 +15,7 @@ public void VersionTest()
15
Assert.Matches(regex, version);
16
}
17
18
- [Fact]
+ [Fact(Skip = "The remote server returned an error: (404) Not Found")]
19
public void DriverDownloadTest()
20
{
21
new DriverManager().SetUpDriver(new InternetExplorerConfig());
0 commit comments