Skip to content

Commit aa667f9

Browse files
committed
Skip snapshot/restore observable test for ES < 1.1
1 parent 61b660e commit aa667f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

102102
[Test]
103+
[SkipVersion("0 - 1.0.9", "Requires the snapshot status api which was added in ES 1.1")]
103104
public void SnapshotRestoreObservable()
104105
{
105106
var exceptionOccured = false;

0 commit comments

Comments
 (0)