Skip to content

Commit

Permalink
Format test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Oct 24, 2024
1 parent cbf4206 commit 19a8347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/src/tests/batch_client.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ test.skip("very large runs", async () => {
timeout_ms: 120_000,
});

// Use old batch endpoint
// jest
// .spyOn(langchainClient as any, "_getServerInfo")
// .mockImplementation(() => {
Expand Down Expand Up @@ -284,5 +285,5 @@ test.skip("very large runs", async () => {

await Promise.all([waitUntilProjectFound(langchainClient, projectName)]);

// await langchainClient.deleteProject({ projectName });
await langchainClient.deleteProject({ projectName });
}, 180_000);

0 comments on commit 19a8347

Please sign in to comment.