FasterXML / jackson-jakarta-rs-providers

Multi-module project that contains Jackson-based "new" Jakarta-RS (nee "JAX-RS" -- ones under `jakarta.ws.rs`) providers for JSON, XML, YAML, Smile, CBOR formats
Apache License 2.0
14 stars 11 forks source link

Fix flaky tests #22

Closed dserfe closed 11 months ago

dserfe commented 11 months ago

This PR is to fix 2 flaky tests com.fasterxml.jackson.jakarta.rs.base.cfg.AnnotationBundleKeyTest#testWithMethodAnnotationEquals and com.fasterxml.jackson.jakarta.rs.base.cfg.AnnotationBundleKeyTest#testWithClassAnnotations in mudule base. We will take one of them as the example in the following description.

Reproduce test failures

cowtowncoder commented 11 months ago

Sounds good; thank you for contributing this @dserfe !