@@ -54,6 +54,9 @@ backends:
5454 - tests/integration/test_repair_tools.py::test_design_import_check_geometry
5555 - tests/integration/test_design.py::test_import_component_named_selections
5656 - tests/integration/test_design.py::test_component_make_independent
57+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_combine_example
58+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_pull_example
59+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_intersect_example
5760 # Opening large files through streaming is only available from 25.2 onwards
5861 - tests/integration/test_design.py::test_modeler_open_files
5962 # Named selections elements are only consistent from 25.2 onwards
@@ -65,6 +68,7 @@ backends:
6568 # Components and vertex only available from 26.1 onwards
6669 - tests/integration/test_design.py::test_named_selection_contents
6770 - tests/integration/test_design.py::test_named_selections_components
71+ - tests/integration/test_design.py::test_vertices
6872 # Bounding box center is only available from 25R2 onwards
6973 - tests/integration/test_design.py::test_get_body_bounding_box
7074 # Export to DSCO files is only available from 25R2 onwards
@@ -154,6 +158,9 @@ backends:
154158 - tests/integration/test_repair_tools.py::test_design_import_check_geometry
155159 - tests/integration/test_design.py::test_import_component_named_selections
156160 - tests/integration/test_design.py::test_component_make_independent
161+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_combine_example
162+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_pull_example
163+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_intersect_example
157164 # Opening large files through streaming is only available from 25.2 onwards
158165 - tests/integration/test_design.py::test_modeler_open_files
159166 # Named selections elements are only consistent from 25.2 onwards
@@ -167,6 +174,7 @@ backends:
167174 # Components and vertex only available from 26.1 onwards
168175 - tests/integration/test_design.py::test_named_selection_contents
169176 - tests/integration/test_design.py::test_named_selections_components
177+ - tests/integration/test_design.py::test_vertices
170178 # Bounding box center is only available from 25R2 onwards
171179 - tests/integration/test_design.py::test_get_body_bounding_box
172180 # Export to DSCO files is only available from 25R2 onwards
@@ -204,6 +212,9 @@ backends:
204212 # Model used is too new for this version
205213 - tests/integration/test_design.py::test_import_component_named_selections
206214 - tests/integration/test_design.py::test_component_make_independent
215+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_combine_example
216+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_pull_example
217+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_intersect_example
207218 # Opening large files through streaming is only available from 25.2 onwards
208219 - tests/integration/test_design.py::test_modeler_open_files
209220 # Named selections elements are only consistent from 25.2 onwards
@@ -217,6 +228,7 @@ backends:
217228 # Components and vertex only available from 26.1 onwards
218229 - tests/integration/test_design.py::test_named_selection_contents
219230 - tests/integration/test_design.py::test_named_selections_components
231+ - tests/integration/test_design.py::test_vertices
220232 # Potential problem in model/reading design for importing parameters
221233 - tests/integration/test_design.py::test_design_parameters
222234 # Bounding box center is only available from 25R2 onwards
@@ -272,6 +284,7 @@ backends:
272284 - tests/integration/test_design.py::test_named_selection_contents
273285 - tests/integration/test_design.py::test_named_selections_components
274286 - tests/integration/test_design.py::test_component_make_independent
287+ - tests/integration/test_design.py::test_vertices
275288 # Insert/Import file operations caused problems prior to 26.1
276289 - tests/integration/test_design_export.py::test_import_export_reimport_design_scdocx
277290 - tests/integration/test_design_export.py::test_import_export_reimport_design_x_t
0 commit comments