Mute testPolicyCRUD

Tracked at #44997
This commit is contained in:
Nhat Nguyen 2020-01-08 12:59:54 -05:00
parent 125feecabc
commit 90e66a7b97
1 changed files with 1 additions and 2 deletions

View File

@ -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);