mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
f548da8a8d
After our Tomcat 11 upgrade, several WebFlux integration tests with Tomcat started failing because Tomcat considers some chunked client requests as invalid. While we're investigating this, this commit temporarily disables the relevant tests. See gh-33917