lhotari commented on pull request #10148:
URL: https://github.com/apache/pulsar/pull/10148#issuecomment-814025029


   There are still some problems with the way TestNG works. Passing 
"quarantine" in excludedGroups will prevent setup methods with annotation 
`@BeforeMethod(groups = {"broker", "flaky", "quarantine"})` from running. The 
alternative seems to be to use `@BeforeMethod(alwaysRun = true)` or use some 
other group in BeforeMethod ("setup"?)


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

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


Reply via email to