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:29:56 +02:00
commit c5122a19c2
No known key found for this signature in database
GPG key ID: 236B6291555E8401

View file

@ -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"
];