mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
[spi_flash]: Disable deadlock test from S3
This commit is contained in:
parent
bf48a789ac
commit
7a0d40582e
@ -337,6 +337,8 @@ TEST_CASE("Test spi_flash read/write performance", "[spi_flash]")
|
|||||||
|
|
||||||
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S3)
|
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S3)
|
||||||
|
|
||||||
|
// TODO: This test is disabled on S3 with legacy impl - IDF-3505
|
||||||
|
#if !CONFIG_SPI_FLASH_USE_LEGACY_IMPL && CONFIG_IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
#if portNUM_PROCESSORS > 1
|
#if portNUM_PROCESSORS > 1
|
||||||
TEST_CASE("spi_flash deadlock with high priority busy-waiting task", "[spi_flash][esp_flash]")
|
TEST_CASE("spi_flash deadlock with high priority busy-waiting task", "[spi_flash][esp_flash]")
|
||||||
@ -396,6 +398,8 @@ TEST_CASE("spi_flash deadlock with high priority busy-waiting task", "[spi_flash
|
|||||||
}
|
}
|
||||||
#endif // portNUM_PROCESSORS > 1
|
#endif // portNUM_PROCESSORS > 1
|
||||||
|
|
||||||
|
#endif // !CONFIG_SPI_FLASH_USE_LEGACY_IMPL && CONFIG_IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
TEST_CASE("WEL is cleared after boot", "[spi_flash]")
|
TEST_CASE("WEL is cleared after boot", "[spi_flash]")
|
||||||
{
|
{
|
||||||
esp_rom_spiflash_chip_t *legacy_chip = &g_rom_flashchip;
|
esp_rom_spiflash_chip_t *legacy_chip = &g_rom_flashchip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user