Skip to content

Commit 4a44507

Browse files
committed
Disable concurrency tests for now.
See #2176
1 parent e21cdd4 commit 4a44507

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;
@@ -55,6 +56,7 @@
5556
* @author Mikhail Polivakha
5657
*/
5758
@ExtendWith(SpringExtension.class)
59+
@Disabled("Deadlock found when trying to get lock; try restarting transaction")
5860
public class JdbcRepositoryConcurrencyIntegrationTests {
5961

6062
@Configuration

0 commit comments

Comments
 (0)