apple / servicetalk

A networking framework that evolves with your application
https://docs.servicetalk.io
Apache License 2.0
927 stars 181 forks source link

http-netty: Disable the ClientEffectiveStrategyTest suite #3075

Closed bryce-anderson closed 1 month ago

bryce-anderson commented 1 month ago

Motivation:

The ClientEffectiveStrategyTest suite has been flaky for a long time and multiple engineers have looked at it, without making progress. In the meantime, this suite causes a substantial fraction of the failed runs.

Modifications:

Mark the flaky test as @Disabled.

Result:

CI should be significantly less flaky.

Related to #2245.