From 5467aee9ed87c83e124bdae83906199da310af8e Mon Sep 17 00:00:00 2001 From: James Swaro Date: Wed, 20 Mar 2024 15:46:16 -0500 Subject: [PATCH] prov/cxi: Remove SOCK_STREAM test param Signed-off-by: James Swaro --- prov/cxi/test/ep.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/prov/cxi/test/ep.c b/prov/cxi/test/ep.c index 01a404cbca6..e415c11f018 100644 --- a/prov/cxi/test/ep.c +++ b/prov/cxi/test/ep.c @@ -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},