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 1f9d90e commit 341d44dCopy full SHA for 341d44d
server/src/test/java/org/elasticsearch/snapshots/SnapshotResiliencyTests.java
@@ -2224,7 +2224,6 @@ public RecyclerBytesStreamOutput newNetworkBytesStream() {
2224
PluginsService pluginsService = Mockito.mock(PluginsService.class);
2225
when(pluginsService.loadSingletonServiceProvider(any(), any())).thenReturn(ShardSearchLoadRateProvider.DEFAULT);
2226
2227
-
2228
indicesService = new IndicesServiceBuilder().settings(settings)
2229
.pluginsService(pluginsService)
2230
.nodeEnvironment(nodeEnv)
0 commit comments