From 30180892fa0937a7ba4519e4bab6002dd3208730 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 13 Sep 2022 14:55:24 +0200 Subject: [PATCH] test/test_targets: Exclude newae_cw305 from platform tests. --- test/test_targets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_targets.py b/test/test_targets.py index f048bc0..42b7978 100644 --- a/test/test_targets.py +++ b/test/test_targets.py @@ -26,6 +26,7 @@ class TestTargets(unittest.TestCase): "jungle_electronics_fireant", # Reason: Require Efinity toolchain. "efinix_t8f81_dev_kit", # Reason: Require Efinity toolchain. "adi_plutosdr", # Reason: No default clock. + "newae_cw305", # Reason: No default clock. ] excluded_targets = [ "simple", # Reason: Generic target.