Mute some tests in PendingTasksBlocksIT

Tracked in #44695.
This commit is contained in:
Evgenia Badiyanova 2019-07-22 09:53:30 -04:00
parent dcb3b2c18a
commit 8ee4c4d5ba
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import static org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_READ_ONLY
public class PendingTasksBlocksIT extends ESIntegTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44695")
public void testPendingTasksWithIndexBlocks() {
createIndex("test");
ensureGreen("test");
@ -51,6 +52,7 @@ public class PendingTasksBlocksIT extends ESIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44695")
public void testPendingTasksWithClusterReadOnlyBlock() {
if (randomBoolean()) {
createIndex("test");
@ -66,6 +68,7 @@ public class PendingTasksBlocksIT extends ESIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44695")
public void testPendingTasksWithClusterNotRecoveredBlock() throws Exception {
if (randomBoolean()) {
createIndex("test");