From 16319f5cf04119e4c486b7f85c79a4eb3e0f65e6 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 23 Oct 2023 11:48:42 +0200 Subject: [PATCH] test/test_targets: Exclude qmtech_rp2040_daughterboard. --- test/test_targets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_targets.py b/test/test_targets.py index 81d036837..dfa553809 100644 --- a/test/test_targets.py +++ b/test/test_targets.py @@ -16,6 +16,7 @@ class TestTargets(unittest.TestCase): excluded_platforms = [ "qmtech_daughterboard", # Reason: Not a real platform. + "qmtech_rp2040_daughterboard", # Reason: Not a real platform. "enclustra_st1", # Readon: Not a real platform. "quicklogic_quickfeather", # Reason: No default clock. "efinix_titanium_ti60_f225_dev_kit", # Reason: Require Efinity toolchain.