Adding back in search strategy as we now have a failure analyzer for this condition. Fixes #1193
This commit is contained in:
@@ -191,7 +191,7 @@ public class EnvironmentRepositoryConfiguration {
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@ConditionalOnMissingBean(value = EnvironmentRepository.class)//, search = SearchStrategy.CURRENT)
|
||||
@ConditionalOnMissingBean(value = EnvironmentRepository.class, search = SearchStrategy.CURRENT)
|
||||
class DefaultRepositoryConfiguration {
|
||||
@Autowired
|
||||
private ConfigurableEnvironment environment;
|
||||
|
||||
@@ -18,8 +18,7 @@ public class NativeBootstrapFailureAnalyzerTests {
|
||||
|
||||
@Rule
|
||||
public OutputCapture outputCapture = new OutputCapture();
|
||||
|
||||
@Ignore
|
||||
|
||||
@Test
|
||||
public void contextLoads(){
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user