We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b895c7 commit 30e9e8aCopy full SHA for 30e9e8a
1 file changed
tests/test_ModelicaSystem.py
@@ -112,6 +112,7 @@ def test_setSimulationOptions():
112
assert d["tolerance"] == "1.2e-08"
113
114
115
+@pytest.mark.skip("needs more checks")
116
def test_relative_path(model_firstorder):
117
cwd = pathlib.Path.cwd()
118
(fd, name) = tempfile.mkstemp(prefix='tmpOMPython.tests', dir=cwd, text=True)
0 commit comments