File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/server/test/org/openqa/grid/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
import static org .junit .Assert .assertTrue ;
26
26
27
27
import org .junit .Before ;
28
+ import org .junit .Ignore ;
28
29
import org .junit .Test ;
29
30
import org .openqa .grid .common .RegistrationRequest ;
30
31
import org .openqa .grid .internal .listeners .TimeoutListener ;
31
32
import org .openqa .grid .internal .mock .GridHelper ;
32
33
import org .openqa .grid .web .servlet .handler .RequestHandler ;
33
34
import org .openqa .selenium .remote .CapabilityType ;
34
35
import org .openqa .selenium .remote .DesiredCapabilities ;
35
- import org .openqa .selenium .testing .Ignore ;
36
36
37
37
import java .util .ArrayList ;
38
38
import java .util .HashMap ;
@@ -112,7 +112,7 @@ public void beforeRelease(TestSession session) {
112
112
}
113
113
}
114
114
115
- @ Ignore (reason = "flaky in travis CI" )
115
+ @ Ignore (value = "flaky in travis CI" )
116
116
@ Test (timeout = 20000 )
117
117
public void testTimeoutSlow () throws InterruptedException {
118
118
Registry registry = Registry .newInstance ();
You can’t perform that action at this time.
0 commit comments