Skip to content

Commit 5a2c60d

Browse files
committed
test: skip test failing on a windows container
1 parent 5e774ac commit 5a2c60d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_plotter.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +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+
)
280284
def test_field_elemental_nodal_plot_multiple_solid_types():
281285
from ansys.dpf.core import examples
282286

0 commit comments

Comments
 (0)