From 51c8a608061c5ea1ff9254f0d7e3a043da78b49a 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 e93cb83db04b9005cdabfefa6ecfad4029e9f1e4 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 e477512a51..cf658da81f 100644 --- a/iotbx/run_tests.py +++ b/iotbx/run_tests.py @@ -144,7 +144,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 c21aa36d17154c5b59d16f737904c496bfe6ad42 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 cf658da81f..efe4b88e50 100644 --- a/iotbx/run_tests.py +++ b/iotbx/run_tests.py @@ -114,7 +114,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 49f06304376de538f49685e6e668d704981bab42 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 dfa034d547e901cb9bec899d03616822a36ae0f4 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 efe4b88e50..b03ffac1d2 100644 --- a/iotbx/run_tests.py +++ b/iotbx/run_tests.py @@ -38,7 +38,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",