Skip to content

Commit c140c58

Browse files
committed
disable test case
1 parent 9065008 commit c140c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver-sync/src/test/functional/com/mongodb/client/vector/AbstractAutomatedEmbeddingVectorSearchFunctionalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void setUp() {
7777
//TODO-JAVA-6059 remove this line when Atlas Vector Search with automated embedding is generally available
7878
// right now atlas search with automated embedding is in private preview and
7979
// only available via a custom docker image
80-
Assumptions.assumeTrue(true);
80+
Assumptions.assumeTrue(false);
8181

8282
super.beforeEach();
8383
mongoClient = getMongoClient(getMongoClientSettingsBuilder()

0 commit comments

Comments
 (0)