Skip to content

Commit

Permalink
skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Feb 13, 2024
1 parent b765305 commit f1a0e7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/gates/orbital_rotation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ def test_apply_orbital_rotation_compose():
np.testing.assert_allclose(result, expected_state)


@pytest.mark.skip(
reason="Flaky test. See https://github.com/qiskit-community/ffsim/issues/97"
)
def test_apply_orbital_rotation_nitrogen():
"""Test a special case that was found to cause issues."""
mol = pyscf.gto.Mole()
Expand Down

0 comments on commit f1a0e7d

Please sign in to comment.