Fix JIRA issue number in @Ignore comments
Issue: SPR-10333
This commit is contained in:
@@ -25,7 +25,7 @@ import org.junit.Ignore;
|
|||||||
* @author Ramnivas Laddad
|
* @author Ramnivas Laddad
|
||||||
* @author Chris Beams
|
* @author Chris Beams
|
||||||
*/
|
*/
|
||||||
@Ignore("This test causes gradle to hang. See SPR-103333.")
|
@Ignore("This test causes gradle to hang. See SPR-10333.")
|
||||||
public class OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests extends OpenJpaEntityManagerFactoryIntegrationTests {
|
public class OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests extends OpenJpaEntityManagerFactoryIntegrationTests {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ import org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrat
|
|||||||
* @author Costin Leau
|
* @author Costin Leau
|
||||||
* @author Chris Beams
|
* @author Chris Beams
|
||||||
*/
|
*/
|
||||||
@Ignore("This test causes gradle to hang. See SPR-103333.")
|
@Ignore("This test causes gradle to hang. See SPR-10333.")
|
||||||
public class TopLinkMultiEntityManagerFactoryIntegrationTests extends
|
public class TopLinkMultiEntityManagerFactoryIntegrationTests extends
|
||||||
AbstractContainerEntityManagerFactoryIntegrationTests {
|
AbstractContainerEntityManagerFactoryIntegrationTests {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user