Skip to content

Commit 5038701

Browse files
committed
Attempting to disable local Safari tests to run on remote. Hope setting the annotation to the base class is enough
1 parent 1571e66 commit 5038701

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
import org.openqa.selenium.testing.JUnit4TestBase;
88

99
import org.junit.Before;
10+
import org.openqa.selenium.testing.NeedsLocalEnvironment;
1011

12+
@NeedsLocalEnvironment(reason = "Requires local browser launching environment")
1113
public class SafariTestBase extends JUnit4TestBase {
1214

1315
private static WebDriver staticDriver = null;

0 commit comments

Comments
 (0)