Skip to content

Commit 7729747

Browse files
committed
Temporarily disable stored procedure tests for Postgres.
On Hibernate 6.2 these tests run into class loading problems on CI (likely related to [0]). Cleanup is tracked in #2911. Related ticket: #2899. [0 https://hibernate.atlassian.net/browse/HHH-15790]
1 parent c370425 commit 7729747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/procedures/PostgresStoredProcedureIntegrationTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
import javax.sql.DataSource;
3737

3838
import org.hibernate.dialect.PostgreSQLDialect;
39+
import org.junit.jupiter.api.Disabled;
3940
import org.junit.jupiter.api.Test;
4041
import org.junit.jupiter.api.extension.ExtendWith;
4142
import org.postgresql.ds.PGSimpleDataSource;
@@ -67,6 +68,7 @@
6768
* @author Greg Turnquist
6869
* @author Yanming Zhou
6970
*/
71+
@Disabled
7072
@Transactional
7173
@ExtendWith(SpringExtension.class)
7274
@ContextConfiguration(classes = PostgresStoredProcedureIntegrationTests.Config.class)

0 commit comments

Comments
 (0)