Ignore test that is WIP

This commit is contained in:
Dave Syer 2014-06-13 12:05:41 +01:00
parent 1bf256dd58
commit bb50e1ef8c
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ import javax.annotation.PostConstruct;
import javax.validation.constraints.NotNull;
import org.junit.After;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.BeanCreationException;
import org.springframework.beans.factory.annotation.Value;
@ -132,6 +133,7 @@ public class ConfigurationPropertiesBindingPostProcessorTests {
}
@Test
@Ignore("WIP")
public void testValueBindingForDefaults() throws Exception {
this.context = new AnnotationConfigApplicationContext();
EnvironmentTestUtils.addEnvironment(this.context, "default.value:foo");