Mute test

Tracking #37652
This commit is contained in:
markharwood 2019-01-21 11:52:21 +00:00
parent 3a2b616579
commit 468bae29f7
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public class SetPriorityActionTests extends AbstractActionTestCase<SetPriorityAc
return SetPriorityAction::new;
}
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/37652")
public void testNonPositivePriority() {
Exception e = expectThrows(Exception.class, () -> new SetPriorityAction(randomIntBetween(-100, 0)));
assertThat(e.getMessage(), equalTo("[priority] must be 0 or greater"));