mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
python311Packages.torchrl: disable flaky tests
This commit is contained in:
parent
6b98647f5e
commit
5ac829a12b
@ -150,6 +150,10 @@ buildPythonPackage rec {
|
|||||||
"test_trans_parallel_env_check"
|
"test_trans_parallel_env_check"
|
||||||
"test_trans_serial_env_check"
|
"test_trans_serial_env_check"
|
||||||
"test_transform_env"
|
"test_transform_env"
|
||||||
|
|
||||||
|
# undeterministic
|
||||||
|
"test_distributed_collector_updatepolicy"
|
||||||
|
"test_timeit"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user