From b359519ddfa3a941801b481a48add53603e2434a Mon Sep 17 00:00:00 2001 From: dstewart-jetbrains Date: Wed, 5 Aug 2020 16:56:05 -0500 Subject: [PATCH] added a comment --- .../samples/petclinic/system/CrashControllerTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java b/src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java index 8f5ee634c..4b68c3207 100644 --- a/src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java +++ b/src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java @@ -34,7 +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 +// comments changes trigger VCSCSCS @Disabled @WebMvcTest(controllers = CrashController.class) class CrashControllerTests {