From 06ff75ae66efef171e59acee98363694d3fe5d04 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Mon, 16 Feb 2026 10:00:12 -0800 Subject: [PATCH] add xfail to ahfe cpu test --- src/openfe/tests/protocols/openmm_ahfe/test_ahfe_slow.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/openfe/tests/protocols/openmm_ahfe/test_ahfe_slow.py b/src/openfe/tests/protocols/openmm_ahfe/test_ahfe_slow.py index 353becde3..7e8575c95 100644 --- a/src/openfe/tests/protocols/openmm_ahfe/test_ahfe_slow.py +++ b/src/openfe/tests/protocols/openmm_ahfe/test_ahfe_slow.py @@ -13,7 +13,10 @@ @pytest.mark.integration # takes too long to be a slow test ~ 4 mins locally @pytest.mark.flaky(reruns=3) # pytest-rerunfailures; we can get bad minimisation -@pytest.mark.parametrize("platform", ["CPU", "CUDA"]) +@pytest.mark.parametrize( + "platform", + [pytest.param("CPU", marks=pytest.mark.xfail(reason="see openfe issue #1670")), "CUDA"], +) def test_openmm_run_engine( platform, get_available_openmm_platforms,