Skip to content

Commit 08a007f

Browse files
committed
Disable Gemfire Vector Store integration tests
Test are not reliable, often get the error Error: Failed to execute goal on project spring-ai-gemfire-store: Could not resolve dependencies for project org.springframework.ai:spring-ai-gemfire-store:jar:1.0.0-SNAPSHOT: Could not transfer artifact dev.gemfire:gemfire-testcontainers:jar:2.3.0 from/to maven-central (https://repo.maven.apache.org/maven2/): transfer failed for https://repo.maven.apache.org/maven2/dev/gemfire/gemfire-testcontainers/2.3.0/gemfire-testcontainers-2.3.0.jar, status: 429 -> [Help 1]
1 parent 05f4eb0 commit 08a007f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

vector-stores/spring-ai-gemfire-store/src/test/java/org/springframework/ai/vectorstore/GemFireVectorStoreIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import org.awaitility.Awaitility;
3131
import org.junit.jupiter.api.AfterAll;
3232
import org.junit.jupiter.api.BeforeAll;
33+
import org.junit.jupiter.api.Disabled;
3334
import org.junit.jupiter.api.Test;
3435

3536
import org.springframework.ai.document.Document;
@@ -50,6 +51,7 @@
5051
* @author Thomas Vitale
5152
* @since 1.0.0
5253
*/
54+
@Disabled
5355
public class GemFireVectorStoreIT {
5456

5557
public static final String INDEX_NAME = "spring-ai-index1";

vector-stores/spring-ai-gemfire-store/src/test/java/org/springframework/ai/vectorstore/GemFireVectorStoreObservationIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import org.awaitility.Awaitility;
3232
import org.junit.jupiter.api.AfterAll;
3333
import org.junit.jupiter.api.BeforeAll;
34+
import org.junit.jupiter.api.Disabled;
3435
import org.junit.jupiter.api.Test;
3536

3637
import org.springframework.ai.document.Document;
@@ -56,6 +57,7 @@
5657
* @author Thomas Vitale
5758
* @author Soby Chacko
5859
*/
60+
@Disabled
5961
public class GemFireVectorStoreObservationIT {
6062

6163
public static final String TEST_INDEX_NAME = "spring-ai-index1";

0 commit comments

Comments
 (0)