Skip to content

Commit e53e9be

Browse files
committed
python312Packages.tensordict: disable flaky test_map_iter_interrupt_early on all platforms
1 parent 4e8f659 commit e53e9be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/tensordict/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ buildPythonPackage rec {
7272

7373
# torch._dynamo.exc.InternalTorchDynamoError: RuntimeError: to_module requires TORCHDYNAMO_INLINE_INBUILT_NN_MODULES to be set.
7474
"test_functional"
75+
76+
# hangs forever on some CPUs
77+
"test_map_iter_interrupt_early"
7578
]
7679
++ lib.optionals (stdenv.hostPlatform.system == "aarch64-linux") [
7780
# RuntimeError: internal error
@@ -81,9 +84,6 @@ buildPythonPackage rec {
8184

8285
# _queue.Empty errors in multiprocessing tests
8386
"test_isend"
84-
85-
# hangs forever
86-
"test_map_iter_interrupt_early"
8787
];
8888

8989
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [

0 commit comments

Comments
 (0)