File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/Tests/Nest.Tests.Integration/Core/Repository Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments