From 2084d781ede89f60c75030f092fe89ce66f8767c Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Mon, 10 Jan 2022 14:37:42 -0600 Subject: tests: disable x4xx_radio_block_test on macOS This commit disables x4xx_radio_block_test on macOS because the platform has stricter casting and symbol export rules, which causes this test to fail. Signed-off-by: Steven Koo --- host/lib/usrp/x400/x400_radio_control.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/usrp/x400/x400_radio_control.cpp') diff --git a/host/lib/usrp/x400/x400_radio_control.cpp b/host/lib/usrp/x400/x400_radio_control.cpp index 75719f6a2..528330101 100644 --- a/host/lib/usrp/x400/x400_radio_control.cpp +++ b/host/lib/usrp/x400/x400_radio_control.cpp @@ -52,6 +52,7 @@ x400_radio_control_impl::x400_radio_control_impl(make_args_ptr make_args) UHD_ASSERT_THROW(get_mb_controller()); _mb_control = std::dynamic_pointer_cast(get_mb_controller()); + UHD_ASSERT_THROW(_mb_control) _x4xx_timekeeper = std::dynamic_pointer_cast( _mb_control->get_timekeeper(0)); -- cgit v1.2.3