mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-14 17:05:36 +00:00
Revert "[TEST] Added awaits fix to failing LoggingConfigurationTests"
This reverts commit f8ea7c15d7b018334b7f0b3a92ba60e7c073c168.
This commit is contained in:
parent
b4c85f60b8
commit
3d436a25b0
@ -21,7 +21,6 @@ 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;
|
||||
@ -40,7 +39,6 @@ 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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user