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
10
10
public class RestoreStatusTests : IntegrationTests
11
11
{
12
12
[ Test ]
13
+ [ SkipVersion ( "0 - 1.0.9" , "Snapshot status added in 1.1.0" ) ]
13
14
public void SnapshotRestore ( )
14
15
{
15
16
var indexName = ElasticsearchConfiguration . NewUniqueIndexName ( ) ;
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ namespace Nest.Tests.Integration.Core.Repository
10
10
public class SnapshotStatusTests : IntegrationTests
11
11
{
12
12
[ Test ]
13
+ [ SkipVersion ( "0 - 1.0.9" , "Snapshot status added in 1.1.0" ) ]
13
14
public void SnapshotRestoreFullPath ( )
14
15
{
15
16
var repositoryName = ElasticsearchConfiguration . NewUniqueIndexName ( ) ;
@@ -46,6 +47,7 @@ public void SnapshotRestoreFullPath()
46
47
47
48
}
48
49
[ Test ]
50
+ [ SkipVersion ( "0 - 1.0.9" , "Snapshot status added in 1.1.0" ) ]
49
51
public void SnapshotRestoreOnlyRepository ( )
50
52
{
51
53
var repositoryName = ElasticsearchConfiguration . NewUniqueIndexName ( ) ;
You can’t perform that action at this time.
0 commit comments