Skip to content

Commit b59499e

Browse files
authored
Skip test_deep_copy_2_field for retro due to instabilities (#1428)
Signed-off-by: paul.profizi <[email protected]>
1 parent af82843 commit b59499e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_field.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,7 @@ def test_deep_copy_2_field_remote(server_type, server_type_remote_process):
13191319
elif conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0:
13201320
# before server version 8.0 deep copying between a legacy grpc client and another client type
13211321
# is not supported.
1322+
@pytest.mark.skip
13221323
def test_deep_copy_2_field(server_clayer, server_in_process):
13231324
data = np.random.random(10)
13241325
field_a = dpf.core.field_from_array(data, server=server_clayer)

0 commit comments

Comments
 (0)