Skip to content

Commit 2214855

Browse files
authored
Mute CsvProcessor tests (#4666)
Relates: elastic/elasticsearch#55643 Mute CsvProcessor tests, until upstream bug is fixed.
1 parent 601fea1 commit 2214855

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/Tests/Ingest/ProcessorAssertions.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using Elastic.Xunit.XunitPlumbing;
66
using Nest;
77
using Tests.Core.Client;
8+
using Tests.Core.Xunit;
89
using Tests.Domain;
910

1011
namespace Tests.Ingest
@@ -70,7 +71,7 @@ public class Append : ProcessorAssertion
7071
public override string Key => "append";
7172
}
7273

73-
[SkipVersion("<7.7.0", "Empty Value introduced in Elasticsearch 7.7.0+, CSV introduced in 7.6.0+")]
74+
[BlockedByIssue("https://github.com/elastic/elasticsearch/issues/55643")]
7475
public class Csv : ProcessorAssertion
7576
{
7677
public override Func<ProcessorsDescriptor, IPromise<IList<IProcessor>>> Fluent => d => d

tests/Tests/Ingest/PutPipeline/PutPipelineApiTests.cs

+2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
using Tests.Configuration;
66
using Tests.Core.Extensions;
77
using Tests.Core.ManagedElasticsearch.Clusters;
8+
using Tests.Core.Xunit;
89
using Tests.Domain;
910
using Tests.Framework.EndpointTests;
1011
using Tests.Framework.EndpointTests.TestState;
1112

1213
namespace Tests.Ingest.PutPipeline
1314
{
15+
[BlockedByIssue("https://github.com/elastic/elasticsearch/issues/55643")]
1416
public class PutPipelineApiTests
1517
: ApiIntegrationTestBase<XPackCluster, PutPipelineResponse, IPutPipelineRequest, PutPipelineDescriptor, PutPipelineRequest>
1618
{

0 commit comments

Comments
 (0)