This commit is contained in:
Bagatur
2024-09-04 16:13:24 -07:00
parent b65d796503
commit a4db387128
2 changed files with 6 additions and 0 deletions

View File

@@ -174,6 +174,9 @@ async def test_config_traceable_async_handoff() -> None:
@patch("langchain_core.tracers.langchain.get_client")
@pytest.mark.parametrize("enabled", [None, True, False])
@pytest.mark.parametrize("env", ["", "true"])
@pytest.mark.xfail(
reason="regression in langsmith 0.1.112 and 0.1.113 currently causing this to fail."
)
def test_tracing_enable_disable(
mock_get_client: MagicMock, enabled: bool, env: str
) -> None:

View File

@@ -107,6 +107,9 @@ class LangChainProjectNameTest(unittest.TestCase):
self.envvars = envvars
self.expected_project_name = expected_project_name
@pytest.mark.xfail(
reason="regression in langsmith 0.1.112 and 0.1.113 currently causing this to fail."
)
def test_correct_get_tracer_project(self) -> None:
cases = [
self.SetProperTracerProjectTestCase(