Skip to content

Commit

Permalink
Disable MondoDB IT due to #698
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed May 9, 2024
1 parent 6154fa6 commit 1145060
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package org.springframework.ai.autoconfigure.vectorstore.mongo;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.ai.autoconfigure.openai.OpenAiAutoConfiguration;
import org.springframework.ai.autoconfigure.retry.SpringAiRetryAutoConfiguration;
Expand Down Expand Up @@ -42,6 +43,7 @@
* @author Eddú Meléndez
*/
@Testcontainers
@Disabled("Disabled due to https://github.com/spring-projects/spring-ai/issues/698")
class MongoDBAtlasVectorStoreAutoConfigurationIT {

@Container
Expand Down

0 comments on commit 1145060

Please sign in to comment.