Skip to content

Commit 66dad4f

Browse files
committed
Skip snapshot status tests on ES < 1.1.0
1 parent bf58db3 commit 66dad4f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace Nest.Tests.Integration.Core.Repository
1010
public class RestoreStatusTests : IntegrationTests
1111
{
1212
[Test]
13+
[SkipVersion("0 - 1.0.9", "Snapshot status added in 1.1.0")]
1314
public void SnapshotRestore()
1415
{
1516
var indexName = ElasticsearchConfiguration.NewUniqueIndexName();

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace Nest.Tests.Integration.Core.Repository
1010
public class SnapshotStatusTests : IntegrationTests
1111
{
1212
[Test]
13+
[SkipVersion("0 - 1.0.9", "Snapshot status added in 1.1.0")]
1314
public void SnapshotRestoreFullPath()
1415
{
1516
var repositoryName = ElasticsearchConfiguration.NewUniqueIndexName();
@@ -46,6 +47,7 @@ public void SnapshotRestoreFullPath()
4647

4748
}
4849
[Test]
50+
[SkipVersion("0 - 1.0.9", "Snapshot status added in 1.1.0")]
4951
public void SnapshotRestoreOnlyRepository()
5052
{
5153
var repositoryName = ElasticsearchConfiguration.NewUniqueIndexName();

0 commit comments

Comments
 (0)