Skip to content

Commit

Permalink
mark test_distributed_workflows_integral_types as xfail (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansjhajjar authored Oct 31, 2024
1 parent d48d6bc commit 2303f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_remote_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ def test_multi_process_transparent_api_create_on_local_remote_ith_address_workfl
assert np.allclose(max_field.data, [10.03242272])


@pytest.mark.xfail(reason="Unstable test")
@pytest.mark.skipif(
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0,
reason="Requires server version higher than 4.0",
Expand Down

0 comments on commit 2303f3c

Please sign in to comment.