We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d4164 commit 3b5ac08Copy full SHA for 3b5ac08
tests/unit_tests/dagmc/test_lost_particles.py
@@ -66,6 +66,7 @@ def broken_dagmc_model(request):
66
return model
67
68
69
+@pytest.mark.skip(reason="Test causes CI to hang intermittently")
70
def test_lost_particles(run_in_tmpdir, broken_dagmc_model):
71
broken_dagmc_model.export_to_xml()
72
# ensure that particles will be lost when cell intersections can't be found
0 commit comments