aboutsummaryrefslogtreecommitdiff
path: root/test/validation/api
diff options
context:
space:
mode:
Diffstat (limited to 'test/validation/api')
-rw-r--r--test/validation/api/packet/packet.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/validation/api/packet/packet.c b/test/validation/api/packet/packet.c
index 6ae558d09..ca9c73f17 100644
--- a/test/validation/api/packet/packet.c
+++ b/test/validation/api/packet/packet.c
@@ -2483,12 +2483,6 @@ static void packet_test_extend_ref(void)
odp_packet_push_head(max_pkt, hr);
odp_packet_push_tail(max_pkt, tr);
- /* Max packet should not be extendable at either end */
- if (max_len == pool_capa.pkt.max_len) {
- CU_ASSERT(odp_packet_extend_tail(&max_pkt, 1, NULL, NULL) < 0);
- CU_ASSERT(odp_packet_extend_head(&max_pkt, 1, NULL, NULL) < 0);
- }
-
/* See if we can trunc and extend anyway */
CU_ASSERT(odp_packet_trunc_tail(&max_pkt, hr + tr + 1,
NULL, NULL) >= 0);