mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-06 19:09:14 +00:00
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…
x
Reference in New Issue
Block a user