hezhangjian commented on PR #4543:
URL: https://github.com/apache/bookkeeper/pull/4543#issuecomment-2585166198
@lhotari I updated the annotation's annotation, PTAL again, thanks
```
* <p>Flaky tests are tests that produce inconsistent results,
* occasionally failing or passing without changes to the code under test.
* This could be due to external factors such as timing issues, resource
contention,
* dependency on non-deterministic data, or integration with external
systems.
*
* <p>Tests marked with this annotation are excluded from execution
* in CI pipelines and Maven commands by default, to ensure a reliable and
* deterministic build process. However, they can still be executed manually
* or in specific environments for debugging and resolution purposes.
```
--
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]