about summary refs log tree commit diff
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2024-05-12 08:59:37 +0900
committernatsukium <tomoya.otabi@gmail.com>2024-05-12 08:59:37 +0900
commit958181e1603bc03b69061aff91d4b01ef86c03d6 (patch)
tree295a774f35f8f71e110cdaa97f6a23d49454e637
parent34399938c658031b3f6350358318794d435e487b (diff)
python311Packages.mdtraj: disable flaky tests
-rw-r--r--pkgs/development/python-modules/mdtraj/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/mdtraj/default.nix b/pkgs/development/python-modules/mdtraj/default.nix
index 73ee09929cfcb..a99b36c787659 100644
--- a/pkgs/development/python-modules/mdtraj/default.nix
+++ b/pkgs/development/python-modules/mdtraj/default.nix
@@ -111,7 +111,9 @@ buildPythonPackage rec {
     "test_read_atomindices_2"
 
     # flaky test
+    "test_compare_rdf_t_master"
     "test_distances_t"
+    "test_precentered_2"
   ];
 
   pythonImportsCheck = [ "mdtraj" ];