Skip to content

Commit 6154fa6

Browse files
committed
Disable MondoDB IT due to #698
1 parent b774a95 commit 6154fa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vector-stores/spring-ai-mongodb-atlas-store/src/test/java/org/springframework/ai/vectorstore/MongoDBAtlasVectorStoreIT.java

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

1818
import com.mongodb.client.MongoClient;
1919
import org.junit.jupiter.api.BeforeEach;
20+
import org.junit.jupiter.api.Disabled;
2021
import org.junit.jupiter.api.Test;
2122

2223
import org.springframework.ai.document.Document;
@@ -43,6 +44,7 @@
4344
* @author Chris Smith
4445
*/
4546
@Testcontainers
47+
@Disabled("Disabled due to https://github.com/spring-projects/spring-ai/issues/698")
4648
class MongoDBAtlasVectorStoreIT {
4749

4850
@Container

0 commit comments

Comments
 (0)