Mute SnapshotLifecycleServiceTests#testPolicyCRUD

Relates to https://github.com/elastic/elasticsearch/issues/44997
This commit is contained in:
David Kyle 2019-07-30 10:35:05 +01:00
parent 43bd8f2ba0
commit e18e9fa8c5
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,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);