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.
This commit is contained in:
Greg L. Turnquist
2021-11-04 09:57:30 -05:00
parent d637ce35df
commit c3c3743fcd

View File

@@ -35,6 +35,7 @@ import org.springframework.test.context.ContextConfiguration;
* @author Andrey Kovalev
*/
@ContextConfiguration(value = "classpath:eclipselink.xml")
@Disabled("hsqldb seems to hang on this test class without leaving a surefire report")
class EclipseLinkNamespaceUserRepositoryTests extends NamespaceUserRepositoryTests {
/**