Skip to content

Commit 252a509

Browse files
committed
used wrong Ignore type, fixing
1 parent c1e405f commit 252a509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/server/test/org/openqa/grid/internal/SessionTimesOutTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
import static org.junit.Assert.assertTrue;
2626

2727
import org.junit.Before;
28+
import org.junit.Ignore;
2829
import org.junit.Test;
2930
import org.openqa.grid.common.RegistrationRequest;
3031
import org.openqa.grid.internal.listeners.TimeoutListener;
3132
import org.openqa.grid.internal.mock.GridHelper;
3233
import org.openqa.grid.web.servlet.handler.RequestHandler;
3334
import org.openqa.selenium.remote.CapabilityType;
3435
import org.openqa.selenium.remote.DesiredCapabilities;
35-
import org.openqa.selenium.testing.Ignore;
3636

3737
import java.util.ArrayList;
3838
import java.util.HashMap;
@@ -112,7 +112,7 @@ public void beforeRelease(TestSession session) {
112112
}
113113
}
114114

115-
@Ignore(reason = "flaky in travis CI")
115+
@Ignore(value = "flaky in travis CI")
116116
@Test(timeout = 20000)
117117
public void testTimeoutSlow() throws InterruptedException {
118118
Registry registry = Registry.newInstance();

0 commit comments

Comments
 (0)