about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-07 09:59:35 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-07 09:59:35 +0200
commit5ac829a12b398c11d5821ed600e301b4c104ee41 (patch)
tree97ee9418c230dc5abbe90bd58e5bbf53ba4e3dae /pkgs/development
parent6b98647f5eca497429f9cce4e246625074946117 (diff)
python311Packages.torchrl: disable flaky tests
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/torchrl/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/torchrl/default.nix b/pkgs/development/python-modules/torchrl/default.nix
index 6951192f52c48..6a3932588b4e7 100644
--- a/pkgs/development/python-modules/torchrl/default.nix
+++ b/pkgs/development/python-modules/torchrl/default.nix
@@ -150,6 +150,10 @@ buildPythonPackage rec {
     "test_trans_parallel_env_check"
     "test_trans_serial_env_check"
     "test_transform_env"
+
+    # undeterministic
+    "test_distributed_collector_updatepolicy"
+    "test_timeit"
   ];
 
   meta = with lib; {