test/test_targets: Exclude adi_plutosdr from tested platforms (no default clock).

This commit is contained in:
Florent Kermarrec 2022-04-14 12:23:41 +02:00
parent 23b1b15486
commit 0f846559f3
1 changed files with 1 additions and 0 deletions

View File

@ -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.