added a comment

This commit is contained in:
dstewart-jetbrains 2020-08-05 16:54:19 -05:00
parent c5f50a944c
commit 6b9b2c4356

View file

@ -34,6 +34,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
* @author Colin But
*/
// Waiting https://github.com/spring-projects/spring-boot/issues/5574
// comments changes trigger VCS
@Disabled
@WebMvcTest(controllers = CrashController.class)
class CrashControllerTests {