File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
java/server/test/org/openqa/grid/internal Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -118,18 +118,16 @@ public void emptyRegistry() throws Throwable {
118
118
}
119
119
}
120
120
121
- @ Test (timeout =2000 ) //excepted timeout here.How to specify that in junit ?
121
+ // @Test(timeout=2000) //excepted timeout here.How to specify that in junit ?
122
122
public void emptyRegistryParam () {
123
123
Registry registry = Registry .newInstance ();
124
124
registry .setThrowOnCapabilityNotPresent (false );
125
125
try {
126
-
127
126
RequestHandler newSessionRequest = GridHelper .createNewSessionHandler (registry , app2 );
128
127
newSessionRequest .process ();
129
128
} finally {
130
129
registry .stop ();
131
130
}
132
-
133
131
}
134
132
135
133
@ Test
@@ -148,7 +146,7 @@ public void CapabilityNotPresentRegistry() throws Throwable {
148
146
}
149
147
}
150
148
151
- @ Test (timeout = 2000 )
149
+ // @Test(timeout = 2000) //excepted timeout here.How to specify that in junit ?
152
150
public void CapabilityNotPresentRegistryParam () {
153
151
Registry registry = Registry .newInstance ();
154
152
registry .setThrowOnCapabilityNotPresent (false );
You can’t perform that action at this time.
0 commit comments