ci: Disable test_asymmetric_dma_transfer for S3 (#1888)
This commit is contained in:
parent
311f0127de
commit
40d5481edd
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user