matrei commented on code in PR #15568:
URL: https://github.com/apache/grails-core/pull/15568#discussion_r3450843026


##########
grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/validation/SaveWithInvalidEntitySpec.groovy:
##########
@@ -30,24 +31,30 @@ import spock.lang.Specification
 /**
  * Created by graemerocher on 03/05/2017.
  */
+//TODO Should this test be rewritten?
 class SaveWithInvalidEntitySpec extends Specification {
 
     @Shared @AutoCleanup HibernateDatastore hibernateDatastore = new 
HibernateDatastore(A, B)
 
     /**
-     * This currently fails with a NPE. See explanation 
https://github.com/apache/grails-core/issues/14616#issuecomment-298943022
+     * This currently fails with a NPE. See explanation 
https://github.com/grails/grails-core/issues/10604#issuecomment-298943022
      */
     @Rollback
-    @Ignore
-    @Issue('https://github.com/apache/grails-core/issues/10604')
+    @Issue('https://github.com/grails/grails-core/issues/10604')

Review Comment:
   #10604 redirects to #14616, so #10604 can be removed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to