aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/src/test
diff options
context:
space:
mode:
authorJo Kristian Bergum <bergum@yahooinc.com>2024-01-11 12:43:00 +0100
committerJo Kristian Bergum <bergum@yahooinc.com>2024-01-11 12:43:00 +0100
commit9535c4f8073f003cfd799c2d3a4bfebe8bb02e55 (patch)
tree51d27b30db7f36298d9f25327ea350ccb03bc2d7 /model-integration/src/test
parent52a0c0597b85dc45fc69cd01f2f9d859a11bb348 (diff)
address review
Diffstat (limited to 'model-integration/src/test')
-rw-r--r--model-integration/src/test/java/ai/vespa/embedding/SpladeEmbedderTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/model-integration/src/test/java/ai/vespa/embedding/SpladeEmbedderTest.java b/model-integration/src/test/java/ai/vespa/embedding/SpladeEmbedderTest.java
index 5099a251f00..b28748ddd82 100644
--- a/model-integration/src/test/java/ai/vespa/embedding/SpladeEmbedderTest.java
+++ b/model-integration/src/test/java/ai/vespa/embedding/SpladeEmbedderTest.java
@@ -11,6 +11,7 @@ import com.yahoo.tensor.TensorAddress;
import com.yahoo.tensor.TensorType;
import java.util.List;
+import org.junit.Ignore;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThrows;
@@ -43,7 +44,7 @@ public class SpladeEmbedderTest {
assertEquals(0, result.size());
}
- @Test
+ @Ignore
public void testPerformanceNotTerrible() {
String text = "what was the manhattan project in this context it was a secret project to develop a nuclear weapon in world war" +
" ii the project was led by the united states with the support of the united kingdom and canada";