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]
This commit is contained in:
Mark Pollack
2024-11-03 21:45:05 -05:00
parent 05f4eb0520
commit 08a007f234
2 changed files with 4 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ import com.vmware.gemfire.testcontainers.GemFireCluster;
import org.awaitility.Awaitility;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.ai.document.Document;
@@ -50,6 +51,7 @@ import static org.hamcrest.Matchers.hasSize;
* @author Thomas Vitale
* @since 1.0.0
*/
@Disabled
public class GemFireVectorStoreIT {
public static final String INDEX_NAME = "spring-ai-index1";

View File

@@ -31,6 +31,7 @@ import io.micrometer.observation.tck.TestObservationRegistryAssert;
import org.awaitility.Awaitility;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.ai.document.Document;
@@ -56,6 +57,7 @@ import static org.hamcrest.Matchers.hasSize;
* @author Thomas Vitale
* @author Soby Chacko
*/
@Disabled
public class GemFireVectorStoreObservationIT {
public static final String TEST_INDEX_NAME = "spring-ai-index1";