Skip to content

Commit

Permalink
ci: Disable test_asymmetric_dma_transfer for S3 (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez authored Jul 31, 2024
1 parent 311f012 commit 40d5481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hil-test/tests/spi_full_duplex_dma.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 40d5481

Please sign in to comment.