Disable i2s test (#2439)
This commit is contained in:
parent
e5b923b678
commit
f9c7d06a6e
@ -3,8 +3,9 @@
|
|||||||
//! This test uses I2S TX to transmit known data to I2S RX (forced to slave mode
|
//! This test uses I2S TX to transmit known data to I2S RX (forced to slave mode
|
||||||
//! with loopback mode enabled).
|
//! with loopback mode enabled).
|
||||||
|
|
||||||
//% CHIPS: esp32 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3
|
//% CHIPS: esp32c3 esp32c6 esp32h2 esp32s2 esp32s3
|
||||||
//% FEATURES: generic-queue
|
//% FEATURES: generic-queue
|
||||||
|
// FIXME: re-enable on ESP32 when it no longer fails spuriously
|
||||||
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![no_main]
|
#![no_main]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user