Skip to content

Commit 82d7c19

Browse files
committed
Revert "[test_ModelicaSystem] test_relative_path will fail at the moment; a fix is available"
This reverts commit 95a97a4.
1 parent 0ecbf94 commit 82d7c19

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
@@ -112,7 +112,6 @@ def test_setSimulationOptions():
112112
assert d["tolerance"] == "1.2e-08"
113113

114114

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

0 commit comments

Comments
 (0)