We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7504e63 commit 0849e13Copy full SHA for 0849e13
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("will fail / fix available")
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