Skip to content

Commit

Permalink
Adding a guard for remote specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 30, 2017
1 parent 333b426 commit 7639373
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class StartingFirefoxRemotelyTest extends JUnit4TestBase {
@BeforeClass
public static void ensureTestingFirefox() {
Assume.assumeTrue("ff".equals(System.getProperty("selenium.browser")));
Assume.assumeTrue(Boolean.getBoolean("selenium.browser.remote"));
}

@Before
Expand Down

0 comments on commit 7639373

Please sign in to comment.