ci: Disable test_asymmetric_dma_transfer for S3 (#1888)

This commit is contained in:
Sergio Gasquez Arcos 2024-07-31 17:47:44 +02:00 committed by GitHub
parent 311f0127de
commit 40d5481edd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,8 @@ mod tests {
#[test]
#[timeout(3)]
// S3 is disabled due to https://github.com/esp-rs/esp-hal/issues/1524#issuecomment-2255306292
#[cfg(not(feature = "esp32s3"))]
fn test_asymmetric_dma_transfer() {
let peripherals = Peripherals::take();
let system = SystemControl::new(peripherals.SYSTEM);