Skip to content

Commit 3b66065

Browse files
paul-szczepanek-armadbridge
authored andcommitted
exculde test
1 parent 0607340 commit 3b66065

File tree

1 file changed

+4
-0
lines changed
  • features/FEATURE_BLE/targets/TARGET_CORDIO/TESTS/cordio_hci/transport

1 file changed

+4
-0
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/TESTS/cordio_hci/transport/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ using ble::vendor::cordio::CordioHCITransportDriver;
3333

3434
extern ble::vendor::cordio::CordioHCIDriver& ble_cordio_get_hci_driver();
3535

36+
#if CORDIO_ZERO_COPY_HCI
37+
#error [NOT_SUPPORTED] Test not relevant for zero copy hci.
38+
#endif
39+
3640
namespace ble {
3741
namespace vendor {
3842
namespace cordio {

0 commit comments

Comments
 (0)