Skip to content

Commit 2303f3c

Browse files
authored
mark test_distributed_workflows_integral_types as xfail (#1845)
1 parent d48d6bc commit 2303f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_remote_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ def test_multi_process_transparent_api_create_on_local_remote_ith_address_workfl
630630
assert np.allclose(max_field.data, [10.03242272])
631631

632632

633+
@pytest.mark.xfail(reason="Unstable test")
633634
@pytest.mark.skipif(
634635
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0,
635636
reason="Requires server version higher than 4.0",

0 commit comments

Comments
 (0)