Skip to content

Commit 536383e

Browse files
remove missing method
1 parent 77ab4d1 commit 536383e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/xpack/security/FileSettingsRoleMappingsRestartIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public void testReservedStatePersistsOnRestart() throws Exception {
113113
internalCluster().setBootstrapMasterNodeIndex(0);
114114

115115
final String masterNode = internalCluster().startMasterOnlyNode();
116-
awaitMasterNode();
117116
var savedClusterState = setupClusterStateListener(masterNode, "everyone_kibana_alone");
118117

119118
awaitFileSettingsWatcher();
@@ -194,7 +193,6 @@ public void testFileSettingsReprocessedOnRestartWithoutVersionChange() throws Ex
194193
internalCluster().setBootstrapMasterNodeIndex(0);
195194

196195
final String masterNode = internalCluster().startMasterOnlyNode();
197-
awaitMasterNode();
198196

199197
Tuple<CountDownLatch, AtomicLong> savedClusterState = setupClusterStateListener(masterNode, "everyone_kibana_alone");
200198
awaitFileSettingsWatcher();

0 commit comments

Comments
 (0)