diff --git a/spring-cloud-context/src/test/java/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests.java b/spring-cloud-context/src/test/java/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests.java index c81231c9..79f2cd2a 100644 --- a/spring-cloud-context/src/test/java/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests.java +++ b/spring-cloud-context/src/test/java/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests.java @@ -61,7 +61,7 @@ public class RefreshScopeListBindingIntegrationTests { private ConfigurableEnvironment environment; @Test - @Ignore // TODO: reinstate this if possible + @Ignore // TODO: reinstate this if possible https://github.com/spring-projects/spring-boot/issues/9137 @DirtiesContext public void testAppendProperties() throws Exception { assertEquals("[one, two]", this.properties.getMessages().toString());