summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test/host/usbh/test_usbh.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/test/host/usbh/test_usbh.c b/tests/test/host/usbh/test_usbh.c
index 1058e54d6..6ec0ffcf3 100644
--- a/tests/test/host/usbh/test_usbh.c
+++ b/tests/test/host/usbh/test_usbh.c
@@ -111,16 +111,6 @@ void test_usbh_init_enum_queue_create_failed(void)
TEST_ASSERT_EQUAL(TUSB_ERROR_OSAL_QUEUE_FAILED, usbh_init());
}
-void test_usbh_init_reporter_taks_create_failed(void)
-{
- TEST_IGNORE();
-}
-
-void test_usbh_init_reporter_queue_create_failed(void)
-{
- TEST_IGNORE();
-}
-
void class_init_expect(void)
{
hidh_init_Expect();