You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ServletWebServerFactoryAutoConfigurationTests and DispatcherServletAutoConfigurationTests both contain tests that relate to dispatcher servlet registration and the logic in DefaultDispatcherServletCondition. Simplify things by moving all tests related to dispatcher servlet auto-configuration into DispatcherServletAutoConfigurationTests and removing any duplicate tests. This will also improve the separation of ServletWebServerFactoryAutoConfigurationTests which shouldn't know anything about Spring MVC.