Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Oct 25, 2024
1 parent aa1d027 commit 95dec79
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions js/src/tests/batch_client.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,6 @@ test.skip("very large runs", async () => {
timeout_ms: 120_000,
});

// Use old batch endpoint
// jest
// .spyOn(langchainClient as any, "_getServerInfo")
// .mockImplementation(() => {
// return {
// version: "foo",
// batch_ingest_config: {},
// };
// });
const projectName = "__test_large_runs" + uuidv4().substring(0, 4);
await deleteProject(langchainClient, projectName);

Expand Down

0 comments on commit 95dec79

Please sign in to comment.