Skip to content

Commit 123ef16

Browse files
committed
Only running test on OSX as browser versions vary in the runners.
1 parent 0d40b6c commit 123ef16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/dotnet/SeleniumDocs/Drivers/ServiceTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using OpenQA.Selenium;
66
using OpenQA.Selenium.Chrome;
77
using OpenQA.Selenium.Firefox;
8+
using SeleniumDocs.TestSupport;
89

910
namespace SeleniumDocs.Drivers
1011
{
@@ -19,6 +20,7 @@ public void BasicService()
1920
}
2021

2122
[TestMethod]
23+
[EnabledOnOs("OSX")]
2224
public void DriverLocation()
2325
{
2426
var options = GetLatestChromeOptions();

0 commit comments

Comments
 (0)