Mute PutRoleRequestTests.testSerializationBetweenV63AndV70

Relates #37662
This commit is contained in:
Alexander Reelsen 2019-01-21 16:11:42 +01:00
parent 0ae7f8630c
commit 24c5dd498f
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ public class PutRoleRequestTests extends ESTestCase {
assertThat(copy.roleDescriptor(), equalTo(original.roleDescriptor()));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37662")
public void testSerializationBetweenV63AndV70() throws IOException {
final PutRoleRequest original = buildRandomRequest();