Skip to content

Commit 667d8f4

Browse files
committed
Disable concurrency tests for now.
See #2176
1 parent 0958a99 commit 667d8f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/JdbcRepositoryConcurrencyIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import org.assertj.core.api.Assertions;
3131
import org.junit.jupiter.api.BeforeAll;
3232
import org.junit.jupiter.api.BeforeEach;
33+
import org.junit.jupiter.api.Disabled;
3334
import org.junit.jupiter.api.Test;
3435
import org.junit.jupiter.api.extension.ExtendWith;
3536
import org.junit.platform.commons.util.ExceptionUtils;
@@ -54,6 +55,7 @@
5455
* @author Jens Schauder
5556
*/
5657
@ExtendWith(SpringExtension.class)
58+
@Disabled("Deadlock found when trying to get lock; try restarting transaction")
5759
public class JdbcRepositoryConcurrencyIntegrationTests {
5860

5961
@Configuration

0 commit comments

Comments
 (0)