Issue with maxParallelForks

When I use maxParallelForks value greater than 1 then the @AfterSuite and @BeforeSuite of testng framework doesn’t execute properly i.e. it executes in between the test. It suppose to execute after and before test execution.

Please let me know if this is the issue with gradle. I am using gradlew version 1.6 and groovy version 1.8.6.