WebMvcEndpointExposureIntegrationTests > singleWebEndpointCanBeExcluded() FAILED
    org.springframework.core.io.buffer.DataBufferLimitException at LimitedDataBufferList.java:101

WebMvcEndpointExposureIntegrationTests > webEndpointsCanBeExposed() FAILED
    org.springframework.core.io.buffer.DataBufferLimitException at LimitedDataBufferList.java:101

The output of some endpoints may reach the default limit and breaking the test. It's failing for me consistently with Java 11 but does not with Java 1.8.

Comment From: wilkinsona

We've seen this before and increased the limit to 512KB. We also saw a similar problem and I disabled the limit entirely there. That's probably a more robust way to go for the tests.