Skip to content

Commit 804b2e1

Browse files
committed
python312Packages.torchrl: skip flaky tests
1 parent e53e9be commit 804b2e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ buildPythonPackage rec {
167167
# assert torch.get_num_threads() == max(1, init_threads - 3)
168168
# AssertionError: assert 23 == 21
169169
"test_auto_num_threads"
170+
171+
# Flaky (hangs indefinitely on some CPUs)
172+
"test_gae_multidim"
173+
"test_gae_param_as_tensor"
170174
];
171175

172176
meta = {

0 commit comments

Comments
 (0)