python3Packages.langsmith: disable timing-sensitive test on Darwin

This commit is contained in:
Sarah Clark
2026-04-15 10:47:07 -07:00
parent 3ded3dec5d
commit 286533b5ab
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
@@ -87,6 +88,10 @@ buildPythonPackage (finalAttrs: {
"test_as_runnable_batch"
"test_as_runnable_async"
"test_as_runnable_async_batch"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# flaky (timing sensitive)
"test_refresh_loop_continues_after_500_errors"
];
disabledTestPaths = [