@@ -180,19 +180,20 @@ tasks:
180
180
- func : " setup remote atlas"
181
181
- func : " execute tests"
182
182
183
- - name : test-docarray-local
184
- tags : [local]
185
- commands :
186
- - func : " fetch repo"
187
- - func : " setup local atlas"
188
- - func : " execute tests"
189
-
190
- - name : test-docarray-remote
191
- tags : [remote]
192
- commands :
193
- - func : " fetch repo"
194
- - func : " setup remote atlas"
195
- - func : " execute tests"
183
+ # TODO https://jira.mongodb.org/browse/INTPYTHON-640
184
+ # - name: test-docarray-local
185
+ # tags: [local]
186
+ # commands:
187
+ # - func: "fetch repo"
188
+ # - func: "setup local atlas"
189
+ # - func: "execute tests"
190
+ # TODO https://jira.mongodb.org/browse/INTPYTHON-640
191
+ # - name: test-docarray-remote
192
+ # tags: [remote]
193
+ # commands:
194
+ # - func: "fetch repo"
195
+ # - func: "setup remote atlas"
196
+ # - func: "execute tests"
196
197
197
198
- name : test-pymongo-voyageai-local
198
199
tags : [local]
@@ -329,15 +330,16 @@ buildvariants:
329
330
# - name: test-llama-index-remote
330
331
# batchtime: 10080 # 1 week
331
332
332
- - name : test-docarray-rhel
333
- display_name : DocArray RHEL
334
- expansions :
335
- DIR : docarray
336
- run_on :
337
- - rhel87-small
338
- tasks :
339
- - name : test-docarray-local
340
- - name : test-docarray-remote
333
+ # TODO https://jira.mongodb.org/browse/INTPYTHON-640
334
+ # - name: test-docarray-rhel
335
+ # display_name: DocArray RHEL
336
+ # expansions:
337
+ # DIR: docarray
338
+ # run_on:
339
+ # - rhel87-small
340
+ # tasks:
341
+ # - name: test-docarray-local
342
+ # - name: test-docarray-remote
341
343
342
344
- name : test-pymongo-voyageai-rhel
343
345
display_name : PyMongo-VoyageAI RHEL
0 commit comments