Skip to content

Commit 9401cf5

Browse files
authored
Remove a test due to changes on eCONTA174 (consider as linear/quadratic instead of semi parabolic) (#1746)
1 parent 6d0e2bc commit 9401cf5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test_meshregion.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -643,17 +643,6 @@ def test_mesh_deep_copy2(simple_bar_model, server_type):
643643
)
644644

645645

646-
@pytest.mark.skipif(
647-
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0,
648-
reason="Bug in server version lower than 4.0",
649-
)
650-
def test_semi_parabolic_meshed_region(server_type, allkindofcomplexity):
651-
mesh = dpf.core.Model(allkindofcomplexity, server=server_type).metadata.meshed_region
652-
has_semi_par = False
653-
el = mesh.elements[0]
654-
assert dpf.core.element_types.descriptor(el.type).n_nodes != len(el.connectivity)
655-
656-
657646
@pytest.mark.skipif(
658647
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0,
659648
reason="Bug in server version lower than 4.0",

0 commit comments

Comments
 (0)