Skip to content

Commit b50bd7b

Browse files
committed
Only support Safari on OS X.
The last Windows release was a long, long time ago from a data centre far, far away.
1 parent c2a4dab commit b50bd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/safari/SafariDriverTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ public class SafariDriverTests {
4141
@BeforeClass
4242
public static void isSupportedPlatform() {
4343
Platform current = TestUtilities.getEffectivePlatform();
44-
assumeTrue(current.is(Platform.MAC) || current.is(Platform.WINDOWS));
44+
assumeTrue(current.is(Platform.MAC));
4545
}
4646
}

0 commit comments

Comments
 (0)