We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d34ab7 commit d9aac67Copy full SHA for d9aac67
langchain/src/client/tests/langchainplus.int.test.ts
@@ -60,7 +60,7 @@ test("Test LangChainPlus Client Dataset CRD", async () => {
60
expect(deleted.id).toBe(datasetId);
61
});
62
63
-test("Test LangChainPlus Client Run Chain Over Dataset", async () => {
+test.skip("Test LangChainPlus Client Run Chain Over Dataset", async () => {
64
const client: LangChainPlusClient = await LangChainPlusClient.create(
65
"http://localhost:8000"
66
);
0 commit comments