Skip to content

Commit 5ef7f1c

Browse files
authored
temp: comment out PMDB download (#711)
1 parent e222689 commit 5ef7f1c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/integration/test_design.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,9 +813,11 @@ def test_download_file(modeler: Modeler, tmp_path_factory: pytest.TempPathFactor
813813
assert iges_file.exists()
814814

815815
# PMDB addin is Windows-only
816-
pmdb_file = tmp_path_factory.mktemp("scdoc_files_download") / "cylinder.pmdb"
817-
design.download(pmdb_file, DesignFileFormat.PMDB)
818-
assert pmdb_file.exists()
816+
# TODO: Requires resolution of https://github.com/ansys/pyansys-geometry/issues/710
817+
#
818+
# pmdb_file = tmp_path_factory.mktemp("scdoc_files_download") / "cylinder.pmdb"
819+
# design.download(pmdb_file, DesignFileFormat.PMDB)
820+
# assert pmdb_file.exists()
819821

820822
elif service_os == "linux":
821823
binary_parasolid_file = tmp_path_factory.mktemp("scdoc_files_download") / "cylinder.xmt_bin"

0 commit comments

Comments
 (0)