Merge pull request #317953 from pbsds/fix-torchrl

python311Packages.torchrl: disable flaky tests
This commit is contained in:
Peder Bergebakken Sundt
2024-06-07 13:35:24 +02:00
committed by GitHub
@@ -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; {