Skip to content

Commit c3c3743

Browse files
committed
Disable EclipseLink test class that freezes entire test suite.
For some reason, EclipseLinkNamespaceUserRepositoryTests freezes. Can't figure out the source, so we are disabling it for now. See #2329 Original pull request: #2345.
1 parent d637ce3 commit c3c3743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/springframework/data/jpa/repository/EclipseLinkNamespaceUserRepositoryTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
* @author Andrey Kovalev
3636
*/
3737
@ContextConfiguration(value = "classpath:eclipselink.xml")
38+
@Disabled("hsqldb seems to hang on this test class without leaving a surefire report")
3839
class EclipseLinkNamespaceUserRepositoryTests extends NamespaceUserRepositoryTests {
3940

4041
/**

0 commit comments

Comments
 (0)