Skip to content

Commit 32ae355

Browse files
committed
Revert "[test_ModelicaSystem] test_relative_path will fail at the moment; a fix is available"
This reverts commit 7fc6a9a8ad5d5b1d73b0ce366195e1d87c525cb3.
1 parent 17c5936 commit 32ae355

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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.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)