We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bc3b9 commit d624044Copy full SHA for d624044
tests/Tests.Core/ManagedElasticsearch/Clusters/XPackCluster.cs
@@ -50,8 +50,10 @@ protected virtual ConnectionSettings ConnectionSettings(ConnectionSettings s) =>
50
protected sealed override void SeedCluster()
51
{
52
Client.Cluster.Health(new ClusterHealthRequest { WaitForStatus = WaitForStatus.Green });
53
+ Client.WaitForSecurityIndices();
54
SeedNode();
55
56
57
}
58
59
protected virtual void SeedNode() => new DefaultSeeder(Client).SeedNode();
0 commit comments