From 6b9b2c4356290fd61581fb9d48ed49a4b4fef2fa Mon Sep 17 00:00:00 2001 From: dstewart-jetbrains Date: Wed, 5 Aug 2020 16:54:19 -0500 Subject: [PATCH] added a comment --- .../samples/petclinic/system/CrashControllerTests.java | 1 + 1 file changed, 1 insertion(+) 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 6bafc7499..8f5ee634c 100644 --- a/src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java +++ b/src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java @@ -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 {