Skip to content

Commit 28ed677

Browse files
committed
Setting selenium runner on a long running test to be able to ignore it
1 parent 09601a4 commit 28ed677

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/client/test/org/openqa/selenium/firefox/internal/NewProfileExtensionConnectionTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
import org.junit.After;
77
import org.junit.Assume;
88
import org.junit.Test;
9+
import org.junit.runner.RunWith;
910
import org.openqa.selenium.WebDriverException;
1011
import org.openqa.selenium.firefox.FirefoxBinary;
1112
import org.openqa.selenium.firefox.FirefoxProfile;
1213
import org.openqa.selenium.internal.SocketLock;
1314
import org.openqa.selenium.testing.NeedsLocalEnvironment;
15+
import org.openqa.selenium.testing.SeleniumTestRunner;
1416
import org.openqa.selenium.testing.drivers.SauceDriver;
1517

18+
@RunWith(SeleniumTestRunner.class)
1619
public class NewProfileExtensionConnectionTest {
1720

1821
private NewProfileExtensionConnection connection;

0 commit comments

Comments
 (0)