@@ -973,7 +973,6 @@ def test_deep_copy_field_grpclegacy_to_grpclegacy():
973973@pytest .mark .skipif (not conftest .SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0 ,
974974 reason = 'this server type does not exist before client'
975975 'dedicated to 4.0 server version' )
976- @pytest .mark .skipif (os .name == 'posix' , reason = "linux issue: SEGFAULT to investigate" )
977976def test_deep_copy_field_inprocess_to_inprocess ():
978977 config = dpf .core .ServerConfig (
979978 protocol = dpf .core .server_factory .CommunicationProtocols .InProcess ,
@@ -989,7 +988,6 @@ def test_deep_copy_field_2(plate_msup):
989988 field .deep_copy ()
990989
991990
992- @pytest .mark .skipif (os .name == 'posix' , reason = "linux issue: SEGFAULT to investigate" )
993991def test_deep_copy_field ():
994992 field = dpf .core .fields_factory .create_3d_vector_field (100 )
995993 arr = np .arange (300 ).reshape (100 , 3 )
@@ -1042,7 +1040,6 @@ def test_deep_copy_elemental_nodal_field(allkindofcomplexity):
10421040 )
10431041
10441042
1045- @pytest .mark .skipif (os .name == 'posix' , reason = "linux issue: SEGFAULT to investigate" )
10461043def test_deep_copy_over_time_field (velocity_acceleration ):
10471044 model = dpf .core .Model (velocity_acceleration )
10481045 stress = model .results .stress (time_scoping = [1 , 2 , 3 ])
@@ -1058,7 +1055,6 @@ def test_deep_copy_over_time_field(velocity_acceleration):
10581055 assert tf .time_frequencies .scoping .ids == copy .time_frequencies .scoping .ids
10591056
10601057
1061- @pytest .mark .skipif (os .name == 'posix' , reason = "linux issue: SEGFAULT to investigate" )
10621058def test_deep_copy_spec_ncomp_field ():
10631059 field = dpf .core .fields_factory .create_vector_field (100 , 6 , dpf .core .locations .elemental )
10641060 arr = np .arange (600 ).reshape (100 , 6 )
0 commit comments