Skip to content

Commit 2c1b8fc

Browse files
committed
??? pytest
1 parent 5b9d9c9 commit 2c1b8fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ModelicaSystemDoE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def param_doe() -> dict[str, list]:
4848
return param
4949

5050

51-
@pytest.mark.skip(reason="No OMC")
51+
#@pytest.mark.skip(reason="No OMC")
5252
def test_ModelicaSystemDoE_local(tmp_path, model_doe, param_doe):
5353
tmpdir = tmp_path / 'DoE'
5454
tmpdir.mkdir(exist_ok=True)

0 commit comments

Comments
 (0)