We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a005f43 commit bfeebe2Copy full SHA for bfeebe2
src/Tests/Nest.Tests.Integration/Core/ClearScroll/ClearScrollTests.cs
@@ -12,6 +12,7 @@ public class ClearScrollTests : IntegrationTests
12
{
13
[Test]
14
[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")]
16
public void ClearScroll()
17
18
var searchResults = this._client.Search<ElasticsearchProject>(s => s.Scroll("1m").SearchType(SearchType.Scan));
0 commit comments