Skip to content

Commit 75b1b95

Browse files
resolving comments
1 parent 20f9db4 commit 75b1b95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/test_runscript.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ def test_python_simple_script_ignore_api_version(
7070
def test_python_failing_script(modeler: Modeler):
7171
if modeler.client.backend_type == BackendType.CORE_LINUX:
7272
pytest.skip(reason="Skipping test_python_failing_script. Operation fails on github.")
73-
if modeler.client.services.version != GeometryApiProtos.V0:
74-
modeler.create_design("test_design")
7573
with pytest.raises(GeometryRuntimeError):
7674
modeler.run_discovery_script_file(DSCOSCRIPTS_FILES_DIR / "failing_script.py")
7775

0 commit comments

Comments
 (0)