Skip to content

Commit

Permalink
Ignore its for now
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 committed Jan 29, 2025
1 parent d449151 commit c3483df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/java/org/opensearch/knn/integ/DerivedSourceIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import lombok.Builder;
import lombok.Data;
import lombok.SneakyThrows;
import org.junit.Ignore;
import org.opensearch.common.CheckedConsumer;
import org.opensearch.common.settings.Settings;
import org.opensearch.common.xcontent.XContentFactory;
Expand All @@ -27,8 +28,9 @@

/**
* Integration tests for derived source feature for vector fields. Currently, with derived source, there are
* a few gaps in functionality.
* a few gaps in functionality. Ignoring tests for now as feature is experimental.
*/
@Ignore
public class DerivedSourceIT extends KNNRestTestCase {

private final static String NESTED_NAME = "test_nested";
Expand Down

0 comments on commit c3483df

Please sign in to comment.