Skip to content

Commit 854e545

Browse files
committed
Re-enable WeaviateDockerComposeConnectionDetailsFactoryIT
- An attempt to fix the underlying issue with this IT test was made via spring-projects/spring-ai-integration-tests#7
1 parent c5becf7 commit 854e545

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-ai-spring-boot-docker-compose/src/test/java/org/springframework/ai/docker/compose/service/connection/weaviate/WeaviateDockerComposeConnectionDetailsFactoryIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package org.springframework.ai.docker.compose.service.connection.weaviate;
1818

19-
import org.junit.jupiter.api.Disabled;
2019
import org.junit.jupiter.api.Test;
2120
import org.testcontainers.utility.DockerImageName;
2221

@@ -32,7 +31,6 @@ class WeaviateDockerComposeConnectionDetailsFactoryIT extends AbstractDockerComp
3231
}
3332

3433
@Test
35-
@Disabled("GH-2026")
3634
void runCreatesConnectionDetails() {
3735
WeaviateConnectionDetails connectionDetails = run(WeaviateConnectionDetails.class);
3836
assertThat(connectionDetails.getHost()).isNotNull();

0 commit comments

Comments
 (0)