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 13:35:24 +0200
committerGitHub <noreply@github.com>2024-06-07 13:35:24 +0200
commitd5f6d52afbca4b0a1871f99e137906f2abdc4616 (patch)
treec6bda3ec3f33e5bb7943454fa4a4d60116c91302 /pkgs/development
parent4bc410f1b583c2bdf29cbaefa533de7c5ef93ed1 (diff)
parent5ac829a12b398c11d5821ed600e301b4c104ee41 (diff)
Merge pull request #317953 from pbsds/fix-torchrl
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; {