Skip to content

Commit 9fbdf1e

Browse files
committed
Revert thread mode in FaultTolerantStepFactoryBeanRollbackIntegrationTests
1 parent e366dcb commit 9fbdf1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-batch-core/src/test/java/org/springframework/batch/core/test/step/FaultTolerantStepFactoryBeanRollbackIntegrationTests.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
import org.springframework.transaction.PlatformTransactionManager;
5252

5353
import static org.junit.jupiter.api.Assertions.assertEquals;
54-
import static org.junit.jupiter.api.Timeout.ThreadMode.SEPARATE_THREAD;
5554

5655
/**
5756
* Tests for {@link FaultTolerantStepFactoryBean}.
@@ -110,7 +109,7 @@ void testUpdatesNoRollback() {
110109
}
111110

112111
@Test
113-
@Timeout(value = 30, threadMode = SEPARATE_THREAD)
112+
@Timeout(value = 30)
114113
void testMultithreadedSkipInWriter() throws Throwable {
115114

116115
ThreadPoolTaskExecutor taskExecutor = new ThreadPoolTaskExecutor();

0 commit comments

Comments
 (0)