Skip to content

Commit 8e6679c

Browse files
committed
Skip file descriptor cat test on ES < 1.5
1 parent 73be420 commit 8e6679c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tests/Nest.Tests.Integration/Core/Cat/CatTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public void CatNodes()
139139
}
140140

141141
[Test]
142+
[SkipVersion("0 - 1.4.9", "File descriptors added in 1.5")]
142143
public void CatNodesFileDescriptors()
143144
{
144145
TestCat(() => this._client.CatNodes(v => v.H("b", "fdc", "fdp", "fdm")), r =>

0 commit comments

Comments
 (0)