Skip to content

Commit bfeebe2

Browse files
committed
Skip scroll id test for ES 1.1.0
1 parent a005f43 commit bfeebe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tests/Nest.Tests.Integration/Core/ClearScroll/ClearScrollTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public class ClearScrollTests : IntegrationTests
1212
{
1313
[Test]
1414
[SkipVersion("0 - 1.0.2", "Scroll ids were not accepted in the request body until 1.0.3 (https://github.com/elasticsearch/elasticsearch/issues/5726)")]
15+
[SkipVersion("1.1.0", "Scroll ids in request body broken in 1.1.0 and fixed in 1.1.1")]
1516
public void ClearScroll()
1617
{
1718
var searchResults = this._client.Search<ElasticsearchProject>(s => s.Scroll("1m").SearchType(SearchType.Scan));

0 commit comments

Comments
 (0)