We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8feeff7 commit 95a97a4Copy full SHA for 95a97a4
1 file changed
tests/test_ModelicaSystem.py
@@ -96,6 +96,7 @@ def test_setSimulationOptions():
96
assert d["tolerance"] == "1.2e-08"
97
98
99
+@pytest.mark.skip("will fail / fix available")
100
def test_relative_path(model_firstorder):
101
cwd = pathlib.Path.cwd()
102
(fd, name) = tempfile.mkstemp(prefix='tmpOMPython.tests', dir=cwd, text=True)
0 commit comments