From fd9fe0d94de58b0e6d5669c641d2f3ade44d4b31 Mon Sep 17 00:00:00 2001 From: Markus Gerstel Date: Wed, 19 Aug 2020 11:21:28 +0100 Subject: [PATCH 1/5] Disable broken test --- cctbx/run_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cctbx/run_tests.py b/cctbx/run_tests.py index f9d73dace3..461d49ee4e 100644 --- a/cctbx/run_tests.py +++ b/cctbx/run_tests.py @@ -152,7 +152,6 @@ "$D/regression/tst_connectivity.py", "$D/regression/tst_connectivity_allsym.py", "$D/regression/tst_diffuse.py", - "$D/regression/tst_grm_modifications.py", "$D/regression/tst_prepare_map_for_docking.py", "$D/regression/tst_wavelength_units.py", ] From 3c2a55b1af350aa6867bb01346e05533eda1e224 Mon Sep 17 00:00:00 2001 From: Nicholas Devenish Date: Mon, 15 Mar 2021 17:43:11 +0000 Subject: [PATCH 2/5] Remove unstable test --- iotbx/run_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/iotbx/run_tests.py b/iotbx/run_tests.py index 43dbb473ce..4e2ef2be05 100644 --- a/iotbx/run_tests.py +++ b/iotbx/run_tests.py @@ -138,7 +138,6 @@ "$D/bioinformatics/test/tst_alignment_as_hsearch.py", "$D/bioinformatics/test/tst_ebi_wu_blast_xml.py", "$D/bioinformatics/test/tst_ncbi_blast_xml.py", - "$D/bioinformatics/pdb_info.py", "$D/regression/tst_cif_as_pdb_1atom.py", "$D/regression/tst_cif_1.py", "$D/regression/tst_split_data_cif.py", From 5aca4755c0e1b3f4c60cc6428e4f7187d7dd50e7 Mon Sep 17 00:00:00 2001 From: Nicholas Devenish Date: Thu, 27 May 2021 18:47:43 +0100 Subject: [PATCH 3/5] Remove external data test --- iotbx/run_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/iotbx/run_tests.py b/iotbx/run_tests.py index 4e2ef2be05..e2e10cacb1 100644 --- a/iotbx/run_tests.py +++ b/iotbx/run_tests.py @@ -109,7 +109,6 @@ "$D/regression/tst_reflection_file_editor.py", "$D/regression/tst_split_models.py", "$D/regression/tst_pdb_as_fasta.py", - "$D/regression/tst_pdb_link_records.py", "$D/regression/tst_merging_statistics.py", "$D/regression/tst_simple_map_coefficients.py", "$D/regression/tst_sort_atoms.py", From 646fd5148b6b27bf22b26078258ab27bbc564738 Mon Sep 17 00:00:00 2001 From: Nicholas Devenish Date: Mon, 16 Jan 2023 11:48:58 +0000 Subject: [PATCH 4/5] Disable another failing test --- cctbx/run_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cctbx/run_tests.py b/cctbx/run_tests.py index 461d49ee4e..9bfb8e8ac0 100644 --- a/cctbx/run_tests.py +++ b/cctbx/run_tests.py @@ -101,7 +101,6 @@ "$D/maptbx/tst_real_space_refinement_simple.py", "$D/maptbx/tst_interpolation.py", "$D/maptbx/tst_interpolation_2.py", - "$D/regression/tst_loc_res.py", "$D/maptbx/tst_target_and_gradients.py", ["$D/regression/tst_miller_merge_equivalents.py", "P31"], ["$D/regression/tst_grouped_data.py", "P31"], From dc197703a762ba84875c1c247b91e396f3cc860a Mon Sep 17 00:00:00 2001 From: Nicholas Devenish Date: Mon, 14 Aug 2023 14:31:17 +0100 Subject: [PATCH 5/5] Disable repeat-failing tests --- cctbx/run_tests.py | 1 - iotbx/run_tests.py | 1 - 2 files changed, 2 deletions(-) diff --git a/cctbx/run_tests.py b/cctbx/run_tests.py index 9bfb8e8ac0..e9902c3e24 100644 --- a/cctbx/run_tests.py +++ b/cctbx/run_tests.py @@ -56,7 +56,6 @@ "$D/geometry_restraints/tst_process_nonbonded_proxies.py", "$D/geometry_restraints/tst_angle_derivs.py", "$D/geometry_restraints/tst_motif.py", - "$D/adp_restraints/tst_ext.py", "$D/regression/tst_math_module.py", ["$D/regression/tst_krivy_gruber.py", "--Quick"], "$D/regression/tst_sgtbx.py", diff --git a/iotbx/run_tests.py b/iotbx/run_tests.py index e2e10cacb1..86701c41b0 100644 --- a/iotbx/run_tests.py +++ b/iotbx/run_tests.py @@ -32,7 +32,6 @@ "$D/cif/tests/tst_geometry.py", "$D/cif/tests/tst_lex_parse_build.py", "$D/cif/tests/tst_model.py", - "$D/cif/tests/tst_restraints.py", "$D/cif/tests/tst_validation.py", "$D/cif/tests/tst_ucif_examples_compilation.py", "$D/cif/tests/tst_parser.py",