mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Skip DAGMC lost particles test (#3836)
This commit is contained in:
parent
17d4164242
commit
3b5ac08bfb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue