Skip to content

Commit 6889018

Browse files
committed
muted index ingest geo ip api tests for now, possible breaking change on server elastic/elasticsearch#37909
1 parent c977bb0 commit 6889018

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Tests/Tests/Document/Single/Index/IndexIngestGeoIpApiTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3+
using Elastic.Xunit.XunitPlumbing;
34
using Elasticsearch.Net;
45
using FluentAssertions;
56
using Nest;
@@ -14,6 +15,8 @@
1415

1516
namespace Tests.Document.Single.Index
1617
{
18+
//TODO 6.6. release revalidate this ticket on server
19+
[SkipVersion(">6.4.0", "https://github.com/elastic/elasticsearch/issues/37909")]
1720
public class IndexIngestGeoIpApiTests
1821
: ApiIntegrationTestBase<IntrusiveOperationCluster, IIndexResponse, IIndexRequest<Project>, IndexDescriptor<Project>, IndexRequest<Project>>
1922
{

0 commit comments

Comments
 (0)