Unmute testClusterJoinDespiteOfPublishingIssues and testElectMasterWithLatestVersion (#38555)
See my comments for #37539 and #37685 (cherry picked from commit 038d4ab2940340eca942e32b54044f183b7804d9)
This commit is contained in:
parent
5dd0e74e79
commit
c27ac3d24c
|
@ -56,7 +56,6 @@ public class DiscoveryDisruptionIT extends AbstractDisruptionTestCase {
|
|||
/**
|
||||
* Test cluster join with issues in cluster state publishing *
|
||||
*/
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37685")
|
||||
public void testClusterJoinDespiteOfPublishingIssues() throws Exception {
|
||||
String masterNode = internalCluster().startMasterOnlyNode();
|
||||
String nonMasterNode = internalCluster().startDataOnlyNode();
|
||||
|
@ -126,7 +125,6 @@ public class DiscoveryDisruptionIT extends AbstractDisruptionTestCase {
|
|||
ensureStableCluster(3);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37539")
|
||||
public void testElectMasterWithLatestVersion() throws Exception {
|
||||
final Set<String> nodes = new HashSet<>(internalCluster().startNodes(3));
|
||||
ensureStableCluster(3);
|
||||
|
|
Loading…
Reference in New Issue