Skip to content

Commit

Permalink
Mute CsvProcessor tests
Browse files Browse the repository at this point in the history
Relates: elastic/elasticsearch#55643

Mute CsvProcessor tests, until upstream bug is fixed.
  • Loading branch information
russcam committed Apr 23, 2020
1 parent 7d522fe commit 2cae7c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Tests/Ingest/ProcessorAssertions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using Elastic.Xunit.XunitPlumbing;
using Nest;
using Tests.Core.Client;
using Tests.Core.Xunit;
using Tests.Domain;

namespace Tests.Ingest
Expand Down Expand Up @@ -70,7 +71,7 @@ public class Append : ProcessorAssertion
public override string Key => "append";
}

[SkipVersion("<7.7.0", "Empty Value introduced in Elasticsearch 7.7.0+, CSV introduced in 7.6.0+")]
[BlockedByIssue("https://github.com/elastic/elasticsearch/issues/55643")]
public class Csv : ProcessorAssertion
{
public override Func<ProcessorsDescriptor, IPromise<IList<IProcessor>>> Fluent => d => d
Expand Down
2 changes: 2 additions & 0 deletions tests/Tests/Ingest/PutPipeline/PutPipelineApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
using Tests.Configuration;
using Tests.Core.Extensions;
using Tests.Core.ManagedElasticsearch.Clusters;
using Tests.Core.Xunit;
using Tests.Domain;
using Tests.Framework.EndpointTests;
using Tests.Framework.EndpointTests.TestState;

namespace Tests.Ingest.PutPipeline
{
[BlockedByIssue("https://github.com/elastic/elasticsearch/issues/55643")]
public class PutPipelineApiTests
: ApiIntegrationTestBase<XPackCluster, PutPipelineResponse, IPutPipelineRequest, PutPipelineDescriptor, PutPipelineRequest>
{
Expand Down

0 comments on commit 2cae7c2

Please sign in to comment.