mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-24 17:27:21 +00:00
ci: disable unavailable tests for esp32s2beta
This commit is contained in:

committed by
Angus Gratton

parent
e44df658d5
commit
76a3a5fb48
@@ -11,7 +11,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
TEST_CASE("Capabilities allocator test", "[heap]")
|
||||
TEST_CASE_ESP32("Capabilities allocator test", "[heap]")
|
||||
{
|
||||
char *m1, *m2[10];
|
||||
int x;
|
||||
|
Reference in New Issue
Block a user