Skip to content

Commit c94d02a

Browse files
committed
[TEST] Mute ChangePolicyForIndexIT#testChangePolicyForIndex
1 parent 7d57239 commit c94d02a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/indexlifecycle/ChangePolicyforIndexIT.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class ChangePolicyforIndexIT extends ESRestTestCase {
5252
* settings from the second policy are set ont he index (proving the second
5353
* policy was used for the warm phase)
5454
*/
55+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35244")
5556
public void testChangePolicyForIndex() throws Exception {
5657
String indexName = "test-000001";
5758
// create policy_1 and policy_2
@@ -130,6 +131,11 @@ public void testChangePolicyForIndex() throws Exception {
130131
assertEquals("node-1,node-2", includesAllocation);
131132
}
132133

134+
public void testTempAwaitFix() {
135+
// this is a test stub since there is only one test in this class and it is
136+
// awaits-fixed. This test is to be removed once testChangePolicyForIndex is resolved
137+
}
138+
133139
private void assertStep(String indexName, StepKey expectedStep) throws IOException {
134140
Response explainResponse = client().performRequest(new Request("GET", "/" + indexName + "/_ilm/explain"));
135141
assertOK(explainResponse);

0 commit comments

Comments
 (0)