Skip to content

Commit 2677e0f

Browse files
committedJan 10, 2014
TRUNK-4212 Ignoring unstable tests in SchedulerServiceTest
(cherry picked from commit 38120f1)
1 parent 0c3a1a7 commit 2677e0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎api/src/test/java/org/openmrs/scheduler/SchedulerServiceTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import org.apache.commons.logging.LogFactory;
2727
import org.junit.Assert;
2828
import org.junit.Before;
29+
import org.junit.Ignore;
2930
import org.junit.Test;
3031
import org.openmrs.api.context.Context;
3132
import org.openmrs.scheduler.tasks.AbstractTask;
@@ -110,6 +111,7 @@ public void execute() {
110111
* </pre>
111112
*/
112113
@Test
114+
@Ignore("TRUNK-4212 SchedulerServiceTest fails depending on thread scheduling")
113115
public void shouldAllowTwoTasksToRunConcurrently() throws Exception {
114116
SchedulerService schedulerService = Context.getSchedulerService();
115117

@@ -181,6 +183,7 @@ public void execute() {
181183
* </pre>
182184
*/
183185
@Test
186+
@Ignore("TRUNK-4212 SchedulerServiceTest fails depending on thread scheduling")
184187
public void shouldAllowTwoTasksInitMethodsToRunConcurrently() throws Exception {
185188
SchedulerService schedulerService = Context.getSchedulerService();
186189

0 commit comments

Comments
 (0)
Please sign in to comment.