File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/vector-tile/src/javaRestTest/java/org/elasticsearch/xpack/vectortile Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 14
14
import org .apache .http .client .methods .HttpGet ;
15
15
import org .apache .http .client .methods .HttpPost ;
16
16
import org .apache .http .client .methods .HttpPut ;
17
+ import org .elasticsearch .Build ;
17
18
import org .elasticsearch .client .Request ;
18
19
import org .elasticsearch .client .Response ;
19
20
import org .elasticsearch .client .ResponseException ;
@@ -930,6 +931,7 @@ public void testGetRuntimeField() throws Exception {
930
931
}
931
932
932
933
public void testPartialResult () throws Exception {
934
+ assumeTrue ("[error_query] is only available in snapshot builds" , Build .CURRENT .isSnapshot ());
933
935
final Request mvtRequest = new Request (getHttpMethod (), INDEX_POINTS_SHAPES + "/_mvt/location/" + z + "/" + x + "/" + y );
934
936
mvtRequest .setJsonEntity ("""
935
937
{
You can’t perform that action at this time.
0 commit comments