Skip to content

Commit

Permalink
Unmute CsvProcessor (#4726) (#4749)
Browse files Browse the repository at this point in the history
Relates: #4718.
Unmute CsvProcessot tests for 7.8.0 now that empty_value is fixed.

Co-authored-by: Russ Cam <[email protected]>
  • Loading branch information
github-actions[bot] and russcam authored Jun 10, 2020
1 parent 78c1a76 commit b9969ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Tests/Ingest/ProcessorAssertions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class Append : ProcessorAssertion
public override string Key => "append";
}

[BlockedByIssue("https://github.com/elastic/elasticsearch/issues/55643")]
[SkipVersion("<7.8.0", "Empty Value bug in versions less than Elasticsearch 7.8.0")]
public class Csv : ProcessorAssertion
{
public override Func<ProcessorsDescriptor, IPromise<IList<IProcessor>>> Fluent => d => d
Expand Down
6 changes: 3 additions & 3 deletions tests/Tests/Ingest/PutPipeline/PutPipelineApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information

using System;
using System;
using Elastic.Elasticsearch.Xunit.XunitPlumbing;
using Elasticsearch.Net;
using FluentAssertions;
using Nest;
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")]
[SkipVersion("<7.8.0", "Empty Value bug in versions less than Elasticsearch 7.8.0")]
public class PutPipelineApiTests
: ApiIntegrationTestBase<XPackCluster, PutPipelineResponse, IPutPipelineRequest, PutPipelineDescriptor, PutPipelineRequest>
{
Expand Down

0 comments on commit b9969ae

Please sign in to comment.