diff --git a/src/test/java/org/elasticsearch/common/logging/LoggingConfigurationTests.java b/src/test/java/org/elasticsearch/common/logging/LoggingConfigurationTests.java index d8969e52e98..d5ea6b8f82a 100644 --- a/src/test/java/org/elasticsearch/common/logging/LoggingConfigurationTests.java +++ b/src/test/java/org/elasticsearch/common/logging/LoggingConfigurationTests.java @@ -21,6 +21,7 @@ package org.elasticsearch.common.logging; import org.apache.log4j.Appender; import org.apache.log4j.Logger; +import org.apache.lucene.util.LuceneTestCase.AwaitsFix; import org.elasticsearch.common.logging.log4j.Log4jESLogger; import org.elasticsearch.common.logging.log4j.Log4jESLoggerFactory; import org.elasticsearch.common.logging.log4j.LogConfigurator; @@ -39,6 +40,7 @@ import static org.hamcrest.Matchers.notNullValue; */ public class LoggingConfigurationTests extends ElasticsearchTestCase { + @AwaitsFix(bugUrl = "relates to commit 4ebbb657") @Test public void testMultipleConfigs() throws Exception { File configDir = resolveConfigDir();