We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee101b4 commit cfafca7Copy full SHA for cfafca7
server/src/test/java/org/elasticsearch/cluster/metadata/DesiredNodeTests.java
@@ -90,6 +90,7 @@ public void testHasMasterRole() {
90
}
91
92
93
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/85882")
94
public void testGetRoles() {
95
final var settings = Settings.builder().put(NODE_NAME_SETTING.getKey(), randomAlphaOfLength(10));
96
0 commit comments