Skip to content

Commit b709391

Browse files
committed
update skipversion to 5.4.0 due to analysis tests now relying on word graph token filter being available
1 parent bb45b8f commit b709391

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Tests/Analysis/AnalysisCrudTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace Tests.Analysis
1111
{
1212

13-
[SkipVersion("<5.2.0", "This tests contains analyzers/tokenfilters not found in previous versions, need a clean way to seperate these out")]
13+
[SkipVersion("<5.4.0", "This tests contains analyzers/tokenfilters not found in previous versions, need a clean way to seperate these out")]
1414
public class AnalysisCrudTests
1515
: CrudWithNoDeleteTestBase<ICreateIndexResponse, IGetIndexSettingsResponse, IUpdateIndexSettingsResponse>
1616
{

src/Tests/Analysis/Normalizers/AnalysisWithNormalizerCrudTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace Tests.Analysis
1111
{
1212

13-
[SkipVersion("<5.2.0", "Normalizers are a new 5.2.0 feature")]
13+
[SkipVersion("<5.4.0", "Normalizers are a new 5.2.0 feature, but this tests also tries to send new 5.4.0 token filters")]
1414
public class AnalysisWithNormalizerCrudTests : AnalysisCrudTests
1515
{
1616
public AnalysisWithNormalizerCrudTests(WritableCluster cluster, EndpointUsage usage) : base(cluster, usage) { }

src/Tests/Mapping/Types/Core/Keyword/KeywordPropertyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Tests.Mapping.Types.Core.Keyword
1111
{
12-
[SkipVersion("<5.2.0", "This uses the normalizer feature introduced in 5.2.0")]
12+
[SkipVersion("<5.4.0", "This uses the normalizer feature introduced in 5.2.0, and word graph token filter from 5.4.0")]
1313
public class KeywordPropertyTests : PropertyTestsBase
1414
{
1515
public KeywordPropertyTests(WritableCluster cluster, EndpointUsage usage) : base(cluster, usage) { }

0 commit comments

Comments
 (0)