Ignoring tests that I had unignored

This commit is contained in:
Michael Minella
2014-09-23 15:13:55 -05:00
parent 00abd5e262
commit 8b22a6e98d
2 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ package org.springframework.batch.core.step.tasklet;
import org.apache.commons.dbcp.BasicDataSource;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.batch.core.BatchStatus;
@@ -119,6 +120,7 @@ public class AsyncChunkOrientedStepIntegrationTests {
}
@Test
@Ignore
public void testStatus() throws Exception {
step.setTasklet(new TestingChunkOrientedTasklet<String>(getReader(new String[] { "a", "b", "c", "a", "b", "c",

View File

@@ -16,6 +16,7 @@
package org.springframework.batch.core.step.tasklet;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.batch.core.BatchStatus;
@@ -89,6 +90,7 @@ public class ChunkOrientedStepIntegrationTests {
@SuppressWarnings("serial")
@Test
@Ignore
public void testStatusForCommitFailedException() throws Exception {
step.setTasklet(new TestingChunkOrientedTasklet<String>(getReader(new String[] { "a", "b", "c" }),