@@ -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
@@ -159,6 +163,9 @@ backends:
159163 - tests/integration/test_repair_tools.py::test_design_import_check_geometry
160164 - tests/integration/test_design.py::test_import_component_named_selections
161165 - tests/integration/test_design.py::test_component_make_independent
166+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_combine_example
167+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_pull_example
168+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_intersect_example
162169 # Opening large files through streaming is only available from 25.2 onwards
163170 - tests/integration/test_design.py::test_modeler_open_files
164171 # Named selections elements are only consistent from 25.2 onwards
@@ -173,6 +180,7 @@ backends:
173180 # Components and vertex only available from 26.1 onwards
174181 - tests/integration/test_design.py::test_named_selection_contents
175182 - tests/integration/test_design.py::test_named_selections_components
183+ - tests/integration/test_design.py::test_vertices
176184 # Bounding box center is only available from 25R2 onwards
177185 - tests/integration/test_design.py::test_get_body_bounding_box
178186 # Export to DSCO files is only available from 25R2 onwards
@@ -214,6 +222,9 @@ backends:
214222 # Model used is too new for this version
215223 - tests/integration/test_design.py::test_import_component_named_selections
216224 - tests/integration/test_design.py::test_component_make_independent
225+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_combine_example
226+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_pull_example
227+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_intersect_example
217228 # Opening large files through streaming is only available from 25.2 onwards
218229 - tests/integration/test_design.py::test_modeler_open_files
219230 # Named selections elements are only consistent from 25.2 onwards
@@ -228,6 +239,7 @@ backends:
228239 # Components and vertex only available from 26.1 onwards
229240 - tests/integration/test_design.py::test_named_selection_contents
230241 - tests/integration/test_design.py::test_named_selections_components
242+ - tests/integration/test_design.py::test_vertices
231243 # Potential problem in model/reading design for importing parameters
232244 - tests/integration/test_design.py::test_design_parameters
233245 # Bounding box center is only available from 25R2 onwards
@@ -287,6 +299,7 @@ backends:
287299 - tests/integration/test_design.py::test_named_selection_contents
288300 - tests/integration/test_design.py::test_named_selections_components
289301 - tests/integration/test_design.py::test_component_make_independent
302+ - tests/integration/test_design.py::test_vertices
290303 # Insert/Import file operations caused problems prior to 26.1
291304 - tests/integration/test_design_export.py::test_import_export_reimport_design_scdocx
292305 - tests/integration/test_design_export.py::test_import_export_reimport_design_x_t
0 commit comments