From c74f85d47e2416d17c6cd3a643341be407ba7955 Mon Sep 17 00:00:00 2001 From: Mathias Lorenzen Date: Wed, 20 Mar 2019 16:36:59 +0100 Subject: [PATCH] ignore edge locally. --- .../WebAutomationEngineTests.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/FluffySpoon.Automation.Web.Tests/WebAutomationEngineTests.cs b/src/FluffySpoon.Automation.Web.Tests/WebAutomationEngineTests.cs index f03ca5d..0796796 100644 --- a/src/FluffySpoon.Automation.Web.Tests/WebAutomationEngineTests.cs +++ b/src/FluffySpoon.Automation.Web.Tests/WebAutomationEngineTests.cs @@ -53,9 +53,9 @@ public async Task WebAutomationEngineTest() new TestCase( DriverType.SeleniumFirefox, p => p.AddSeleniumWebAutomationFrameworkInstance(AutomationEngineFactory.GetFirefoxDriverAsync)), - new TestCase( - DriverType.SeleniumEdge, - p => p.AddSeleniumWebAutomationFrameworkInstance(AutomationEngineFactory.GetEdgeDriverAsync)), + //new TestCase( + // DriverType.SeleniumEdge, + // p => p.AddSeleniumWebAutomationFrameworkInstance(AutomationEngineFactory.GetEdgeDriverAsync)), }; using (var server = WebServerHelper.CreateWebServer())