Skip to content

Commit 93e1597

Browse files
committed
Skip PutMappingApiTests on <5.5.0
This commit skips the PutMappingApiTests on <5.5.0 as it automaps the ip_range datatype, which is only available in 5.5.0 onwards.
1 parent 65f429c commit 93e1597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Indices/MappingManagement/PutMapping/PutMappingApiTest.cs

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

1111
namespace Tests.Indices.MappingManagement.PutMapping
1212
{
13-
[SkipVersion("<5.2.0", "This uses the range types introduced in 5.2.0")]
13+
[SkipVersion("<5.5.0", "This uses the ip_range type introduced in 5.5.0")]
1414
public class PutMappingApiTests
1515
: ApiIntegrationAgainstNewIndexTestBase
1616
<WritableCluster, IPutMappingResponse, IPutMappingRequest, PutMappingDescriptor<Project>, PutMappingRequest<Project>>

0 commit comments

Comments
 (0)