Skip to content

Commit

Permalink
prov/cxi: Remove SOCK_STREAM test param
Browse files Browse the repository at this point in the history
Signed-off-by: James Swaro <[email protected]>
  • Loading branch information
jswaro committed Mar 20, 2024
1 parent 73caaa9 commit d7a40cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prov/cxi/test/ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ static struct ep_test_params ep_ep_params[] = {
.retval = -FI_EINVAL},
{.type = FI_EP_DGRAM,
.retval = -FI_EINVAL},
{.type = FI_EP_SOCK_STREAM,
.retval = -FI_EINVAL},
{.type = FI_EP_RDM,
.context = (void *)0xabcdef,
.retval = FI_SUCCESS},
Expand Down

0 comments on commit d7a40cf

Please sign in to comment.