cmocka: alloc: remove the 200KB+ buffer zone case

We have limited buffer zone which can't afford as big as 200KB+
allocation request on platforms like APL, remove the case.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2021-09-15 15:35:32 +08:00 committed by Liam Girdwood
parent fc03d17b48
commit 9887d2dffb
1 changed files with 0 additions and 2 deletions

View File

@ -200,8 +200,6 @@ static struct test_case test_cases[] = {
2, TEST_BULK, "rballoc_dma"),
TEST_CASE(256, SOF_MEM_ZONE_BUFFER, SOF_MEM_CAPS_RAM | SOF_MEM_CAPS_DMA,
2, TEST_BULK, "rballoc_dma"),
TEST_CASE(2048, SOF_MEM_ZONE_BUFFER, SOF_MEM_CAPS_RAM |
SOF_MEM_CAPS_DMA, 100, TEST_IMMEDIATE_FREE, "rballoc_dma"),
};
static int setup(void **state)