Skip to content

Commit aafafee

Browse files
committed
correctly disable vector test
1 parent 79dd618 commit aafafee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java-client/src/test/java/co/elastic/clients/elasticsearch/experiments/benchmark/base64vectors/MainCommonBenchmark64.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
import com.fasterxml.jackson.databind.MappingIterator;
2727
import com.fasterxml.jackson.databind.ObjectMapper;
2828
import com.fasterxml.jackson.databind.ObjectWriter;
29-
import org.junit.Ignore;
3029
import org.junit.jupiter.api.BeforeAll;
30+
import org.junit.jupiter.api.Disabled;
3131
import org.junit.jupiter.api.Test;
3232

3333
import java.io.IOException;
@@ -44,7 +44,7 @@
4444
This test compares the speed of serializing and sending vectors to the server
4545
between the standard array of floats and the new base64 format introduced in 9.3
4646
*/
47-
@Ignore
47+
@Disabled
4848
public class MainCommonBenchmark64 {
4949

5050
static ElasticsearchClient elasticsearchClient;

0 commit comments

Comments
 (0)