Skip to content

Commit

Permalink
Revert thread mode in FaultTolerantStepFactoryBeanRollbackIntegration…
Browse files Browse the repository at this point in the history
…Tests
  • Loading branch information
fmbenhassine committed Feb 25, 2025
1 parent e366dcb commit 9fbdf1e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
import org.springframework.transaction.PlatformTransactionManager;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Timeout.ThreadMode.SEPARATE_THREAD;

/**
* Tests for {@link FaultTolerantStepFactoryBean}.
Expand Down Expand Up @@ -110,7 +109,7 @@ void testUpdatesNoRollback() {
}

@Test
@Timeout(value = 30, threadMode = SEPARATE_THREAD)
@Timeout(value = 30)
void testMultithreadedSkipInWriter() throws Throwable {

ThreadPoolTaskExecutor taskExecutor = new ThreadPoolTaskExecutor();
Expand Down

0 comments on commit 9fbdf1e

Please sign in to comment.