Disable problematic ESP32 test (#2185)

This commit is contained in:
Dániel Buga 2024-09-18 15:58:54 +02:00 committed by GitHub
parent d9532bbba7
commit b1ca30e404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -253,6 +253,7 @@ mod tests {
}
#[test]
#[cfg(not(esp32))]
fn test_symmetric_dma_transfer(ctx: Context) {
// This test case sends a large amount of data, twice, to verify that
// https://github.com/esp-rs/esp-hal/issues/2151 is and remains fixed.