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 6004f99 commit a9f1be5Copy full SHA for a9f1be5
src/Tests/Nest.Tests.Integration/Core/Repository/RestoreTests.cs
@@ -100,7 +100,7 @@ public void SnapshotRestore()
100
}
101
102
[Test]
103
- [SkipVersion("0 - 1.5.0", "Requires index_settings and ignore_index_settings parameters which have been added in ES 1.5.0")]
+ [SkipVersion("0 - 1.4.9", "Requires index_settings and ignore_index_settings parameters which have been added in ES 1.5.0")]
104
public void SnapshotRestore_IndexSettings()
105
{
106
var updateSettingsResponse = this.Client.UpdateSettings(descriptor => descriptor.BlocksWrite());
0 commit comments