Skip to content

Commit

Permalink
Disable problematic ESP32 test
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Sep 18, 2024
1 parent d9532bb commit 3af680e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hil-test/tests/spi_full_duplex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3af680e

Please sign in to comment.