Disable problematic ESP32 test (#2185)
This commit is contained in:
parent
d9532bbba7
commit
b1ca30e404
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user