@@ -252,10 +252,10 @@ def test_field_nodal_plot(allkindofcomplexity):
252252
253253
254254@pytest .mark .skipif (not HAS_PYVISTA , reason = "Please install pyvista" )
255- @pytest .mark .skipif (
256- running_docker and image_os == "windows" ,
257- reason = "Test fails when running DPF server on a windows container" ,
258- )
255+ # @pytest.mark.skipif(
256+ # running_docker and image_os == "windows",
257+ # reason="Test fails when running DPF server on a windows container",
258+ # )
259259def test_field_elemental_nodal_plot_simple (simple_bar ):
260260 model = Model (simple_bar )
261261 stress = model .results .element_nodal_forces ()
@@ -277,10 +277,10 @@ def test_field_elemental_nodal_plot_scoped(simple_bar):
277277
278278
279279@pytest .mark .skipif (not HAS_PYVISTA , reason = "Please install pyvista" )
280- @pytest .mark .skipif (
281- running_docker and image_os == "windows" ,
282- reason = "Test fails when running DPF server on a windows container" ,
283- )
280+ # @pytest.mark.skipif(
281+ # running_docker and image_os == "windows",
282+ # reason="Test fails when running DPF server on a windows container",
283+ # )
284284def test_field_elemental_nodal_plot_multiple_solid_types ():
285285 from ansys .dpf .core import examples
286286
@@ -292,10 +292,10 @@ def test_field_elemental_nodal_plot_multiple_solid_types():
292292
293293
294294@pytest .mark .skipif (not HAS_PYVISTA , reason = "Please install pyvista" )
295- @pytest .mark .skipif (
296- running_docker and image_os == "windows" ,
297- reason = "Test fails when running DPF server on a windows container" ,
298- )
295+ # @pytest.mark.skipif(
296+ # running_docker and image_os == "windows",
297+ # reason="Test fails when running DPF server on a windows container",
298+ # )
299299def test_field_elemental_nodal_plot_shells ():
300300 from ansys .dpf .core import examples
301301
@@ -320,10 +320,10 @@ def test_field_elemental_nodal_plot_multi_shells(multishells):
320320
321321@pytest .mark .skipif (not HAS_PYVISTA , reason = "Please install pyvista" )
322322@pytest .mark .skipif (not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_10_0 , reason = "Old bug before 25R2" )
323- @pytest .mark .skipif (
324- running_docker and image_os == "windows" ,
325- reason = "Test fails when running DPF server on a windows container" ,
326- )
323+ # @pytest.mark.skipif(
324+ # running_docker and image_os == "windows",
325+ # reason="Test fails when running DPF server on a windows container",
326+ # )
327327def test_dpf_plotter_add_field_elemental_nodal_multi_shells (multishells ):
328328 fc : core .FieldsContainer = core .operators .result .stress (
329329 data_sources = core .DataSources (multishells ),
@@ -447,10 +447,10 @@ def test_dpf_plotter_add_field_elemental_nodal_plot_simple(simple_bar):
447447
448448
449449@pytest .mark .skipif (not HAS_PYVISTA , reason = "Please install pyvista" )
450- @pytest .mark .skipif (
451- running_docker and image_os == "windows" ,
452- reason = "Test fails when running DPF server on a windows container" ,
453- )
450+ # @pytest.mark.skipif(
451+ # running_docker and image_os == "windows",
452+ # reason="Test fails when running DPF server on a windows container",
453+ # )
454454def test_dpf_plotter_add_field_elemental_nodal_plot_scoped (simple_bar ):
455455 mesh_scoping = dpf .core .mesh_scoping_factory .elemental_scoping (
456456 element_ids = list (range (1501 , 3001 ))
0 commit comments