Only disable riscv64

This commit is contained in:
Paride Legovini 2025-10-24 16:05:32 +02:00
parent ac811d2ae4
commit 0ce8e6c926

View File

@ -862,9 +862,9 @@ class AutopkgtestPolicy(BasePolicy):
else: else:
tests = [] tests = []
# Drop *all* the riscv64 tests for now. To be dropped once # Drop *all* the riscv64 tests for now. To be dropped once
# we get a working autopkgtest infra for riscv64. # we get a working autopkgtest infra for riscv64.
tests = [] tests = []
except KeyError: # Sometimes™, sources_info[src] raises KeyError except KeyError: # Sometimes™, sources_info[src] raises KeyError
pass pass