diff --git a/testing/databaseTest.py b/testing/databaseTest.py index 8897466826b..1bfb570fa95 100644 --- a/testing/databaseTest.py +++ b/testing/databaseTest.py @@ -1790,7 +1790,7 @@ def general_check_sample_descends_to_group(self, group_name, group): tst3 = [] # Solvation groups have special groups that RMG cannot generate proper sample_molecules. Skip them. - skip_entry_list = ['Cds-CdsCS6dd', 'Cs-CS4dHH'] + skip_entry_list = ['Cds-CdsCS6dd', 'Cs-CS4dHH', 'Li-OCring', 'CsOOOring', 'Cbf-CbfCbfCbf'] skip_short_desc_list = ['special solvation group with ring', 'special solvation polycyclic group'] for entryName, entry in group.entries.items():