Skip to content

Commit 30e9e8a

Browse files
committed
??? [test_ModelicaSystem.test_relative_path] test deactivated for now
1 parent 4b895c7 commit 30e9e8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_ModelicaSystem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def test_setSimulationOptions():
112112
assert d["tolerance"] == "1.2e-08"
113113

114114

115+
@pytest.mark.skip("needs more checks")
115116
def test_relative_path(model_firstorder):
116117
cwd = pathlib.Path.cwd()
117118
(fd, name) = tempfile.mkstemp(prefix='tmpOMPython.tests', dir=cwd, text=True)

0 commit comments

Comments
 (0)