From 0f846559f3951c21838c6a6f7ab71ccaaaf423ef Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 14 Apr 2022 12:23:41 +0200 Subject: [PATCH] test/test_targets: Exclude adi_plutosdr from tested platforms (no default clock). --- test/test_targets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_targets.py b/test/test_targets.py index 0f62af4..1a9ed13 100644 --- a/test/test_targets.py +++ b/test/test_targets.py @@ -25,6 +25,7 @@ class TestTargets(unittest.TestCase): "sipeed_tang_primer", # Reason: Require Anlogic toolchain. "jungle_electronics_fireant", # Reason: Require Efinity toolchain. "efinix_t8f81_dev_kit", # Reason: Require Efinity toolchain. + "adi_plutosdr", # Reason: No default clock. ] excluded_targets = [ "simple", # Reason: Generic target.