Skip to content

Commit b6414b9

Browse files
committed
Revert "[test_ModelicaSystem] test_relative_path will fail at the moment; a fix is available"
This reverts commit 95a97a4.
1 parent 3513c7f commit b6414b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_ModelicaSystem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def test_setSimulationOptions():
9696
assert d["tolerance"] == "1.2e-08"
9797

9898

99-
@pytest.mark.skip("will fail / fix available")
10099
def test_relative_path(model_firstorder):
101100
cwd = pathlib.Path.cwd()
102101
(fd, name) = tempfile.mkstemp(prefix='tmpOMPython.tests', dir=cwd, text=True)

0 commit comments

Comments
 (0)