Mute SnapshotLifecycleServiceTests#testPolicyCRUD
Relates to https://github.com/elastic/elasticsearch/issues/44997
This commit is contained in:
parent
43bd8f2ba0
commit
e18e9fa8c5
|
@ -137,6 +137,7 @@ public class SnapshotLifecycleServiceTests extends ESTestCase {
|
||||||
* Test new policies getting scheduled correctly, updated policies also being scheduled,
|
* Test new policies getting scheduled correctly, updated policies also being scheduled,
|
||||||
* and deleted policies having their schedules cancelled.
|
* and deleted policies having their schedules cancelled.
|
||||||
*/
|
*/
|
||||||
|
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/44997")
|
||||||
public void testPolicyCRUD() throws Exception {
|
public void testPolicyCRUD() throws Exception {
|
||||||
ClockMock clock = new ClockMock();
|
ClockMock clock = new ClockMock();
|
||||||
final AtomicInteger triggerCount = new AtomicInteger(0);
|
final AtomicInteger triggerCount = new AtomicInteger(0);
|
||||||
|
|
Loading…
Reference in New Issue