borinquenkid commented on code in PR #15530:
URL: https://github.com/apache/grails-core/pull/15530#discussion_r3012049258


##########
grails-async/plugin/src/test/groovy/grails/async/services/AsyncTransactionalServiceSpec.groovy:
##########
@@ -27,10 +29,13 @@ import org.springframework.transaction.TransactionException
 import org.springframework.transaction.TransactionStatus
 import org.springframework.transaction.annotation.Transactional
 import org.springframework.transaction.support.SimpleTransactionStatus
+import spock.lang.PendingFeature
 import spock.lang.Specification
 
+
 class AsyncTransactionalServiceSpec extends Specification {
 
+    @Ignore("FIX THIS LATER")

Review Comment:
   This was one of the few things that I could not make work. It has to work in 
four different modes core , mongo, h5 and h7. Pending feature meeting, fails in 
all of them and it doesn't.



-- 
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