Skip to content

Commit a9f1be5

Browse files
committed
Support for supplying index settings on restore #1362 - skip version fixed
1 parent 6004f99 commit a9f1be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Nest.Tests.Integration/Core/Repository/RestoreTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void SnapshotRestore()
100100
}
101101

102102
[Test]
103-
[SkipVersion("0 - 1.5.0", "Requires index_settings and ignore_index_settings parameters which have been added in ES 1.5.0")]
103+
[SkipVersion("0 - 1.4.9", "Requires index_settings and ignore_index_settings parameters which have been added in ES 1.5.0")]
104104
public void SnapshotRestore_IndexSettings()
105105
{
106106
var updateSettingsResponse = this.Client.UpdateSettings(descriptor => descriptor.BlocksWrite());

0 commit comments

Comments
 (0)