Mute PutRoleRequestTests.testSerializationBetweenV63AndV70
Relates #37662
This commit is contained in:
parent
0ae7f8630c
commit
24c5dd498f
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue