diff --git a/langchain-core/src/singletons/tests/async_local_storage.test.ts b/langchain-core/src/singletons/tests/async_local_storage.test.ts index cd95f1306ffa..1be3b273ed06 100644 --- a/langchain-core/src/singletons/tests/async_local_storage.test.ts +++ b/langchain-core/src/singletons/tests/async_local_storage.test.ts @@ -136,7 +136,7 @@ test("Config should be automatically populated after setting global async local ).toEqual(1); }); -test.only("Runnable streamEvents method with streaming nested in a RunnableLambda", async () => { +test("Runnable streamEvents method with streaming nested in a RunnableLambda", async () => { AsyncLocalStorageProviderSingleton.initializeGlobalInstance( new AsyncLocalStorage() );