Commit 2677e0f 1 parent 0c3a1a7 commit 2677e0f Copy full SHA for 2677e0f
File tree 1 file changed +3
-0
lines changed
api/src/test/java/org/openmrs/scheduler
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 26
26
import org .apache .commons .logging .LogFactory ;
27
27
import org .junit .Assert ;
28
28
import org .junit .Before ;
29
+ import org .junit .Ignore ;
29
30
import org .junit .Test ;
30
31
import org .openmrs .api .context .Context ;
31
32
import org .openmrs .scheduler .tasks .AbstractTask ;
@@ -110,6 +111,7 @@ public void execute() {
110
111
* </pre>
111
112
*/
112
113
@ Test
114
+ @ Ignore ("TRUNK-4212 SchedulerServiceTest fails depending on thread scheduling" )
113
115
public void shouldAllowTwoTasksToRunConcurrently () throws Exception {
114
116
SchedulerService schedulerService = Context .getSchedulerService ();
115
117
@@ -181,6 +183,7 @@ public void execute() {
181
183
* </pre>
182
184
*/
183
185
@ Test
186
+ @ Ignore ("TRUNK-4212 SchedulerServiceTest fails depending on thread scheduling" )
184
187
public void shouldAllowTwoTasksInitMethodsToRunConcurrently () throws Exception {
185
188
SchedulerService schedulerService = Context .getSchedulerService ();
186
189
You can’t perform that action at this time.
0 commit comments