Skip to content

Commit d9aac67

Browse files
committed
Disable too long test
1 parent 2d34ab7 commit d9aac67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langchain/src/client/tests/langchainplus.int.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test("Test LangChainPlus Client Dataset CRD", async () => {
6060
expect(deleted.id).toBe(datasetId);
6161
});
6262

63-
test("Test LangChainPlus Client Run Chain Over Dataset", async () => {
63+
test.skip("Test LangChainPlus Client Run Chain Over Dataset", async () => {
6464
const client: LangChainPlusClient = await LangChainPlusClient.create(
6565
"http://localhost:8000"
6666
);

0 commit comments

Comments
 (0)