Skip to content

Commit

Permalink
TRUNK-4212 Ignoring unstable tests in SchedulerServiceTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jan 10, 2014
1 parent ff984a0 commit 38120f1
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 @@ -130,6 +131,7 @@ public synchronized static void appendOutput(String outputKey, String appendText
* </pre>
*/
@Test
@Ignore("TRUNK-4212 SchedulerServiceTest fails depending on thread scheduling")
public void shouldAllowTwoTasksToRunConcurrently() throws Exception {
SchedulerService schedulerService = Context.getSchedulerService();

Expand Down Expand Up @@ -202,6 +204,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 38120f1

Please sign in to comment.