We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e774ac commit 5a2c60dCopy full SHA for 5a2c60d
tests/test_plotter.py
@@ -277,6 +277,10 @@ def test_field_elemental_nodal_plot_scoped(simple_bar):
277
278
279
@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
+)
284
def test_field_elemental_nodal_plot_multiple_solid_types():
285
from ansys.dpf.core import examples
286
0 commit comments