Browse Source

Remove trace logging, no test failures (#107452)

No test failures over the past 4 days.

Fixes #105485
Kostas Krikellas 1 year ago
parent
commit
eac0ab9b6e

+ 0 - 1
x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/actions/DownsampleActionIT.java

@@ -504,7 +504,6 @@ public class DownsampleActionIT extends ESRestTestCase {
         }
         }
     }
     }
 
 
-    @TestLogging(value = "org.elasticsearch.xpack.ilm:TRACE", reason = "https://github.com/elastic/elasticsearch/issues/105485")
     public void testDownsampleTwiceSameInterval() throws Exception {
     public void testDownsampleTwiceSameInterval() throws Exception {
         // Create the ILM policy
         // Create the ILM policy
         Request request = new Request("PUT", "_ilm/policy/" + policy);
         Request request = new Request("PUT", "_ilm/policy/" + policy);