Ignoring tests that I had unignored
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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" }),
|
||||
|
||||
Reference in New Issue
Block a user