mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 21:48:13 +00:00
ci: disable unavailable tests for esp32s2beta
This commit is contained in:
committed by
Angus Gratton
parent
e44df658d5
commit
76a3a5fb48
@@ -838,7 +838,7 @@ TEST_CASE("performance test - dedicated task", "[event]")
|
||||
performance_test(true);
|
||||
}
|
||||
|
||||
TEST_CASE("performance test - no dedicated task", "[event]")
|
||||
TEST_CASE_ESP32("performance test - no dedicated task", "[event]")
|
||||
{
|
||||
performance_test(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user