Skip to content

Commit

Permalink
Disable too long test
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed May 11, 2023
1 parent 2d34ab7 commit d9aac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/src/client/tests/langchainplus.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test("Test LangChainPlus Client Dataset CRD", async () => {
expect(deleted.id).toBe(datasetId);
});

test("Test LangChainPlus Client Run Chain Over Dataset", async () => {
test.skip("Test LangChainPlus Client Run Chain Over Dataset", async () => {
const client: LangChainPlusClient = await LangChainPlusClient.create(
"http://localhost:8000"
);
Expand Down

0 comments on commit d9aac67

Please sign in to comment.