Revert "Mute GatewayMetaStatePersistedStateTests.testDataOnlyNodePersistence"
This reverts commit 4452addf10
.
This commit is contained in:
parent
f32e4583d1
commit
f11ae5fd14
|
@ -327,7 +327,6 @@ public class GatewayMetaStatePersistedStateTests extends ESTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53193")
|
|
||||||
public void testDataOnlyNodePersistence() throws Exception {
|
public void testDataOnlyNodePersistence() throws Exception {
|
||||||
DiscoveryNode localNode = new DiscoveryNode("node1", buildNewFakeTransportAddress(), Collections.emptyMap(),
|
DiscoveryNode localNode = new DiscoveryNode("node1", buildNewFakeTransportAddress(), Collections.emptyMap(),
|
||||||
Sets.newHashSet(DiscoveryNodeRole.DATA_ROLE), Version.CURRENT);
|
Sets.newHashSet(DiscoveryNodeRole.DATA_ROLE), Version.CURRENT);
|
||||||
|
|
Loading…
Reference in New Issue