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,