Mute failing testPerformActionAttrsRequestFails (#42933)
This commit is contained in:
parent
6ee578c6eb
commit
ba5b1d3249
|
@ -202,6 +202,7 @@ public class SetSingleNodeAllocateStepTests extends AbstractStepTestCase<SetSing
|
|||
assertNoValidNode(indexMetaData, index, nodes);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42932")
|
||||
public void testPerformActionAttrsRequestFails() {
|
||||
int numAttrs = randomIntBetween(1, 10);
|
||||
String[][] validAttrs = new String[numAttrs][2];
|
||||
|
|
Loading…
Reference in New Issue