Skip to content

Commit

Permalink
Attempting to disable local Safari tests to run on remote. Hope setti…
Browse files Browse the repository at this point in the history
…ng the annotation to the base class is enough
  • Loading branch information
barancev committed Nov 3, 2014
1 parent 1571e66 commit 5038701
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
import org.openqa.selenium.testing.JUnit4TestBase;

import org.junit.Before;
import org.openqa.selenium.testing.NeedsLocalEnvironment;

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

private static WebDriver staticDriver = null;
Expand Down

0 comments on commit 5038701

Please sign in to comment.