Disable WeaviateDockerComposeConnectionDetailsFactoryIT
- disable runCreatesConnectionDetails test until the issue https://github.com/spring-projects/spring-ai/issues/2026 is fixed.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package org.springframework.ai.docker.compose.service.connection.weaviate;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.testcontainers.utility.DockerImageName;
|
||||
|
||||
@@ -31,6 +32,7 @@ class WeaviateDockerComposeConnectionDetailsFactoryIT extends AbstractDockerComp
|
||||
}
|
||||
|
||||
@Test
|
||||
@Disabled("GH-2026")
|
||||
void runCreatesConnectionDetails() {
|
||||
WeaviateConnectionDetails connectionDetails = run(WeaviateConnectionDetails.class);
|
||||
assertThat(connectionDetails.getHost()).isNotNull();
|
||||
|
||||
@@ -2,7 +2,7 @@ services:
|
||||
weaviate:
|
||||
image: '{imageName}'
|
||||
ports:
|
||||
- '8081-9000:8080'
|
||||
- '8080'
|
||||
environment:
|
||||
- AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED=true
|
||||
- PERSISTENCE_DATA_PATH=/var/lib/weaviate
|
||||
|
||||
Reference in New Issue
Block a user