Skip to content

Commit

Permalink
skip bad bond test
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Nov 13, 2024
1 parent ca97f45 commit 5377366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openff/toolkit/_tests/test_nagl.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def test_unsupported_molecule_element(self):
toolkit_registry=NAGLToolkitWrapper(),
)

@pytest.mark.xfail(reason="We need to find a new mol that fails this check in nagl 0.5")
def test_unsupported_molecule_bond(self):
mol = Molecule.from_smiles("C=[Cl+1]")
err = re.escape("Molecule contains forbidden SMARTS pattern [#17:1]#,:,=[*:2]")
Expand Down

0 comments on commit 5377366

Please sign in to comment.