Fix JIRA issue number in @Ignore comments
Issue: SPR-10333
This commit is contained in:
parent
9b72bf4691
commit
c0e4387cbc
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue