Skip to content

Commit

Permalink
TRUNK-4212 Ignoring unstable tests in SchedulerServiceTest
Browse files Browse the repository at this point in the history
(cherry picked from commit 38120f1)
  • Loading branch information
rkorytkowski committed Jan 10, 2014
1 parent 84efb3a commit 140f439
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -26,6 +26,7 @@
import org.apache.commons.logging.LogFactory;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.openmrs.api.context.Context;
import org.openmrs.scheduler.tasks.AbstractTask;
Expand Down Expand Up @@ -110,6 +111,7 @@ public void execute() {
* </pre>
*/
@Test
@Ignore("TRUNK-4212 SchedulerServiceTest fails depending on thread scheduling")
public void shouldAllowTwoTasksToRunConcurrently() throws Exception {
SchedulerService schedulerService = Context.getSchedulerService();

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

Expand Down

0 comments on commit 140f439

Please sign in to comment.