Skip to content

Commit 3df3e49

Browse files
committed
fix
1 parent 5d543b2 commit 3df3e49

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

langchain/tests/conftest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,6 @@ def pipeline_id(api_client: v.ApiClient, org_id: str) -> Iterator[str]:
150150
pipeline_id = pipeline_response.data.id
151151
logging.info("Created pipeline %s", pipeline_id)
152152

153-
try:
154-
pipelines.delete_pipeline(org_id, pipeline_id)
155-
except Exception:
156-
logging.exception("Failed to delete pipeline %s", pipeline_id)
157-
158153
# Wait for the pipeline to be created
159154
request = RetrieveDocumentsRequest(
160155
question="query",

0 commit comments

Comments
 (0)