python314Packages.langgraph: test is not only racy on aarch64-linux, but also x86-64_linux
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user