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 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 {
|
||||
|
||||
@Override
|
||||
|
||||
@@ -28,7 +28,7 @@ import org.springframework.orm.jpa.AbstractContainerEntityManagerFactoryIntegrat
|
||||
* @author Costin Leau
|
||||
* @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
|
||||
AbstractContainerEntityManagerFactoryIntegrationTests {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user