disable jee tests - fixing in BAEL-3812

This commit is contained in:
Loredana
2020-03-18 20:22:39 +02:00
parent ba876d2a77
commit e540aa5ee8
3 changed files with 6 additions and 0 deletions

View File

@@ -14,7 +14,9 @@ import javax.batch.runtime.Metric;
import javax.batch.runtime.StepExecution;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Disabled;
@Disabled("Should be fixed in BAEL-3812")
class SimpleChunkUnitTest {
@Test
public void givenChunk_thenBatch_CompletesWithSucess() throws Exception {