python314Packages.langgraph: test is not only racy on aarch64-linux, but also x86-64_linux

This commit is contained in:
Sandro Jäckel
2026-07-06 21:31:10 +02:00
parent f185090602
commit c5122a19c2
@@ -138,8 +138,7 @@ buildPythonPackage (finalAttrs: {
"tests/test_subgraph_persistence_async.py"
"tests/test_time_travel.py"
"tests/test_time_travel_async.py"
]
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
# Race condition
"tests/test_retry.py::test_error_handler_resumes_after_crash_multiple_nodes"
];