File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1616import org .elasticsearch .xcontent .XContentBuilder ;
1717import org .elasticsearch .xcontent .XContentFactory ;
1818import org .elasticsearch .xpack .esql .action .AbstractEsqlIntegTestCase ;
19+ import org .elasticsearch .xpack .esql .action .EsqlCapabilities ;
1920import org .junit .Before ;
2021
2122import java .io .IOException ;
@@ -129,6 +130,7 @@ public void testRetrieveDenseVectorFieldData() {
129130
130131 @ Before
131132 public void setup () throws IOException {
133+ assumeTrue ("Dense vector type is disabled" , EsqlCapabilities .Cap .DENSE_VECTOR_FIELD_TYPE .isEnabled ());
132134 var indexName = "test" ;
133135 var client = client ().admin ().indices ();
134136 XContentBuilder mapping = XContentFactory .jsonBuilder ()
You can’t perform that action at this time.
0 commit comments