Skip to content

Commit 9cdae44

Browse files
committed
Check FeatureFlag for skipper tests in MapperTestCase
1 parent 3f2ea0d commit 9cdae44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/src/main/java/org/elasticsearch/index/mapper/MapperTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,6 +1853,7 @@ protected boolean supportsDocValuesSkippers() {
18531853

18541854
public void testDocValuesSkippers() throws IOException {
18551855
assumeTrue("Mapper does not support doc values skippers", supportsDocValuesSkippers());
1856+
assumeTrue("FeatureFlag disabled", IndexSettings.DOC_VALUES_SKIPPER);
18561857

18571858
IndexVersion preSkipperVersion = IndexVersionUtils.randomPreviousCompatibleVersion(
18581859
random(),

0 commit comments

Comments
 (0)