mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
[TEST] Skip term / int partitioning tests in bwc tests pre 5.2.0
This commit is contained in:
parent
f56097b57a
commit
b7bcb5bb3a
@ -354,6 +354,11 @@ setup:
|
||||
|
||||
---
|
||||
"Partitioned string test":
|
||||
|
||||
- skip:
|
||||
version: " - 5.1.99"
|
||||
reason: Partitioning is a 5.2.0 feature
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
@ -408,6 +413,11 @@ setup:
|
||||
|
||||
---
|
||||
"Partitioned integer test":
|
||||
|
||||
- skip:
|
||||
version: " - 5.1.99"
|
||||
reason: Partitioning is a 5.2.0 feature
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
Loading…
x
Reference in New Issue
Block a user