Skip to content

Commit 3b5ac08

Browse files
authored
Skip DAGMC lost particles test (#3836)
1 parent 17d4164 commit 3b5ac08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit_tests/dagmc/test_lost_particles.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def broken_dagmc_model(request):
6666
return model
6767

6868

69+
@pytest.mark.skip(reason="Test causes CI to hang intermittently")
6970
def test_lost_particles(run_in_tmpdir, broken_dagmc_model):
7071
broken_dagmc_model.export_to_xml()
7172
# ensure that particles will be lost when cell intersections can't be found

0 commit comments

Comments
 (0)