Skip to content

Commit

Permalink
Re-enable WeaviateDockerComposeConnectionDetailsFactoryIT
Browse files Browse the repository at this point in the history
  - An attempt to fix the underlying issue with this IT test was made via spring-projects/spring-ai-integration-tests#7
  • Loading branch information
ilayaperumalg committed Feb 4, 2025
1 parent c5becf7 commit 854e545
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

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;

Expand All @@ -32,7 +31,6 @@ class WeaviateDockerComposeConnectionDetailsFactoryIT extends AbstractDockerComp
}

@Test
@Disabled("GH-2026")
void runCreatesConnectionDetails() {
WeaviateConnectionDetails connectionDetails = run(WeaviateConnectionDetails.class);
assertThat(connectionDetails.getHost()).isNotNull();
Expand Down

0 comments on commit 854e545

Please sign in to comment.