lhotari commented on pull request #10148:
URL: https://github.com/apache/pulsar/pull/10148#issuecomment-814081083
> 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"?)
I resolved this issue by using `@BeforeMethod(alwaysRun = true)`. That seems
to be the proper solution in this case.
--
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]