mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
9bd74c270f
Prior to this commit, the testTestLazyConnectionToRemote() method in MBeanClientInterceptorTests expected an exception to be thrown while attempting to access the state of a proxied MBean after the MBeanServer had been shutdown; however, the test occasionally failed if the server had not been properly shutdown. Since an attempt to wait on the server to shutdown proved not to be consistently helpful in this scenario, we are entirely removing this check from the test.