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 c2a4dab commit b50bd7bCopy full SHA for b50bd7b
java/client/test/org/openqa/selenium/safari/SafariDriverTests.java
@@ -41,6 +41,6 @@ public class SafariDriverTests {
41
@BeforeClass
42
public static void isSupportedPlatform() {
43
Platform current = TestUtilities.getEffectivePlatform();
44
- assumeTrue(current.is(Platform.MAC) || current.is(Platform.WINDOWS));
+ assumeTrue(current.is(Platform.MAC));
45
}
46
0 commit comments