Skip to content

Commit 717a994

Browse files
committed
Removing DAGMC skip for vtkhdf write test. Add symbolic link to regression test file w/ hexes for libMesh test.
1 parent 142a335 commit 717a994

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit_tests/test_mesh.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ def test_umesh(run_in_tmpdir, simple_umesh, export_type):
500500
"libmesh"
501501
)
502502
]
503-
@pytest.mark.skipif(not openmc.lib._dagmc_enabled(), reason="DAGMC not enabled.")
504503
@pytest.mark.parametrize('mesh_file, mesh_library', vtkhdf_tests)
505504
def test_write_vtkhdf(mesh_file, mesh_library, request, run_in_tmpdir):
506505
"""Performs a minimal UnstructuredMesh simulation, reads in the resulting
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../regression_tests/unstructured_mesh/test_mesh_hexes.exo

0 commit comments

Comments
 (0)