Skip to content

Commit 5e774ac

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

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
@@ -252,6 +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+
)
255259
def test_field_elemental_nodal_plot_simple(simple_bar):
256260
model = Model(simple_bar)
257261
stress = model.results.element_nodal_forces()

0 commit comments

Comments
 (0)