parent
125feecabc
commit
90e66a7b97
|
@ -16,7 +16,6 @@ import org.elasticsearch.cluster.service.ClusterService;
|
|||
import org.elasticsearch.common.settings.Settings;
|
||||
import org.elasticsearch.test.ClusterServiceUtils;
|
||||
import org.elasticsearch.test.ESTestCase;
|
||||
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
|
||||
import org.elasticsearch.threadpool.TestThreadPool;
|
||||
import org.elasticsearch.threadpool.ThreadPool;
|
||||
import org.elasticsearch.xpack.core.ilm.OperationMode;
|
||||
|
@ -151,7 +150,7 @@ public class SnapshotLifecycleServiceTests extends ESTestCase {
|
|||
* Test new policies getting scheduled correctly, updated policies also being scheduled,
|
||||
* and deleted policies having their schedules cancelled.
|
||||
*/
|
||||
@TestIssueLogging(value = "org.elasticsearch.xpack.slm:TRACE", issueUrl = "https://github.com/elastic/elasticsearch/issues/44997")
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44997")
|
||||
public void testPolicyCRUD() throws Exception {
|
||||
ClockMock clock = new ClockMock();
|
||||
final AtomicInteger triggerCount = new AtomicInteger(0);
|
||||
|
|
Loading…
Reference in New Issue