From 1850155bad2c1b33b1b9e0765b4056084b7723f0 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 11 May 2017 12:03:39 +0100 Subject: [PATCH] Add link to comment --- .../scope/refresh/RefreshScopeListBindingIntegrationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());