Updating skip condition for dagmc test.

This commit is contained in:
pshriwise 2018-09-26 10:19:15 -05:00
parent 90185f5397
commit 93b3e63eeb

View file

@ -3,8 +3,8 @@ import os
import pytest
pytestmark = pytest.mark.skipif(
os.environ.get('CAD') != 'y',
reason="CAD build is not enabled.")
os.environ.get('DAGMC') != 'y',
reason="DAGMC CAD geometry is not enabled.")
def test_cad():
harness = CADTestHarness('statepoint.15.h5')