|
@@ -188,6 +188,7 @@ public class SnapshotLifecycleServiceTests extends ESTestCase {
|
|
|
* Test new policies getting scheduled correctly, updated policies also being scheduled,
|
|
|
* and deleted policies having their schedules cancelled.
|
|
|
*/
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44997")
|
|
|
public void testPolicyCRUD() throws Exception {
|
|
|
ClockMock clock = new ClockMock();
|
|
|
final AtomicInteger triggerCount = new AtomicInteger(0);
|