From f9c7d06a6e06cdbfc83cc5518b2b0676d2323fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Thu, 31 Oct 2024 15:16:39 +0100 Subject: [PATCH] Disable i2s test (#2439) --- hil-test/tests/i2s.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hil-test/tests/i2s.rs b/hil-test/tests/i2s.rs index 1ce7176d6..b6d785879 100644 --- a/hil-test/tests/i2s.rs +++ b/hil-test/tests/i2s.rs @@ -3,8 +3,9 @@ //! This test uses I2S TX to transmit known data to I2S RX (forced to slave mode //! with loopback mode enabled). -//% CHIPS: esp32 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3 +//% CHIPS: esp32c3 esp32c6 esp32h2 esp32s2 esp32s3 //% FEATURES: generic-queue +// FIXME: re-enable on ESP32 when it no longer fails spuriously #![no_std] #![no_main]