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 16
16
import org .elasticsearch .xcontent .XContentBuilder ;
17
17
import org .elasticsearch .xcontent .XContentFactory ;
18
18
import org .elasticsearch .xpack .esql .action .AbstractEsqlIntegTestCase ;
19
+ import org .elasticsearch .xpack .esql .action .EsqlCapabilities ;
19
20
import org .junit .Before ;
20
21
21
22
import java .io .IOException ;
@@ -129,6 +130,7 @@ public void testRetrieveDenseVectorFieldData() {
129
130
130
131
@ Before
131
132
public void setup () throws IOException {
133
+ assumeTrue ("Dense vector type is disabled" , EsqlCapabilities .Cap .DENSE_VECTOR_FIELD_TYPE .isEnabled ());
132
134
var indexName = "test" ;
133
135
var client = client ().admin ().indices ();
134
136
XContentBuilder mapping = XContentFactory .jsonBuilder ()
You can’t perform that action at this time.
0 commit comments