From 7e3d1bd0d8ddfa61ea41d451005e435117f8c5a0 Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Sat, 15 Jun 2024 21:40:36 +0300 Subject: [PATCH] Broken EspSoftwareSerial example (#9153) --- tests/common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/common.sh b/tests/common.sh index 1799f7b481..fc716abc66 100755 --- a/tests/common.sh +++ b/tests/common.sh @@ -45,7 +45,8 @@ function skip_ino() *"/TeensySdioDemo/"* | \ *"/TeensySdioLogger/"* | \ *"/UserChipSelectFunction/"* | \ - *"/UserSPIDriver/"*) + *"/UserSPIDriver/"* | \ + *"/onewiretest/"*) return 0 ;; *"Teensy"*)