From e44d8d369072e1518096128cdb7cfad14fb8194e Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 25 Jan 2024 12:37:07 +0100 Subject: [PATCH] test/gap: drop double reserve packet buffer (it asserts now) --- test/gap/hci_test.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/gap/hci_test.cpp b/test/gap/hci_test.cpp index 603cd9b06..7dc5fb2a7 100644 --- a/test/gap/hci_test.cpp +++ b/test/gap/hci_test.cpp @@ -293,11 +293,6 @@ TEST(HCI, Flushable){ hci_non_flushable_packet_boundary_flag_supported(); } -TEST(HCI, DoubleReserve){ - CHECK_TRUE(hci_reserve_packet_buffer()); - CHECK_FALSE(hci_reserve_packet_buffer()); -} - TEST(HCI, RemovePacketHandler){ hci_remove_event_handler(NULL); }