From 3b5ac08bfb754ef93ff3db12fcda2ecbd0dbe464 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 26 Feb 2026 11:26:39 -0600 Subject: [PATCH] Skip DAGMC lost particles test (#3836) --- tests/unit_tests/dagmc/test_lost_particles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit_tests/dagmc/test_lost_particles.py b/tests/unit_tests/dagmc/test_lost_particles.py index 931a37f64..48b6cf165 100644 --- a/tests/unit_tests/dagmc/test_lost_particles.py +++ b/tests/unit_tests/dagmc/test_lost_particles.py @@ -66,6 +66,7 @@ def broken_dagmc_model(request): return model +@pytest.mark.skip(reason="Test causes CI to hang intermittently") def test_lost_particles(run_in_tmpdir, broken_dagmc_model): broken_dagmc_model.export_to_xml() # ensure that particles will be lost when cell intersections can't be found