Skip to content

Commit 4f3a533

Browse files
committed
Add FeatureFlag to YAML tests
1 parent 9f78d11 commit 4f3a533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/core-rest-tests-with-security/src/yamlRestTest/java/org/elasticsearch/xpack/security/CoreWithSecurityClientYamlTestSuiteIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class CoreWithSecurityClientYamlTestSuiteIT extends ESClientYamlSuiteTest
5252
.feature(FeatureFlag.SUB_OBJECTS_AUTO_ENABLED)
5353
.feature(FeatureFlag.DOC_VALUES_SKIPPER)
5454
.feature(FeatureFlag.USE_LUCENE101_POSTINGS_FORMAT)
55+
.feature(FeatureFlag.IVF_FORMAT)
5556
.build();
5657

5758
public CoreWithSecurityClientYamlTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {

0 commit comments

Comments
 (0)