Unignores test

This commit is contained in:
spencergibb
2020-10-09 20:29:40 -04:00
parent 6d6d6fccac
commit 2ffbb39062

View File

@@ -112,7 +112,6 @@ public class ConsulPropertySourceLocatorTests {
}
@Test
@Ignore // FIXME broken tests with boot 2.0.0
public void propertyLoadedAndUpdated() throws Exception {
String testProp = this.environment.getProperty(TEST_PROP_CANONICAL);
assertThat(testProp).as("testProp was wrong").isEqualTo(VALUE1);
@@ -147,7 +146,7 @@ public class ConsulPropertySourceLocatorTests {
.isEqualTo("testPropValInsert");
}
@Configuration(proxyBeanMethods = false)
@Configuration
@EnableAutoConfiguration
static class Config {