Skip to content

Commit

Permalink
feat: Disable test_asymmetric_dma_transfer for S2
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Sep 6, 2024
1 parent d759dac commit d5dbcc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hil-test/tests/spi_full_duplex_dma.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ mod tests {

#[test]
#[timeout(3)]
#[cfg(not(feature = "esp32s2"))]
fn test_asymmetric_dma_transfer(ctx: Context) {
let (rx_buffer, rx_descriptors, tx_buffer, tx_descriptors) = dma_buffers!(2, 4);
let dma_rx_buf = DmaRxBuf::new(rx_descriptors, rx_buffer).unwrap();
Expand Down

0 comments on commit d5dbcc4

Please sign in to comment.