From 0ce8e6c92607234daba5c34df2f4e93eb3c500d9 Mon Sep 17 00:00:00 2001 From: Paride Legovini Date: Fri, 24 Oct 2025 16:05:32 +0200 Subject: [PATCH] Only disable riscv64 --- britney2/policies/autopkgtest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index 53b1583..ca6817d 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -862,9 +862,9 @@ class AutopkgtestPolicy(BasePolicy): else: tests = [] - # Drop *all* the riscv64 tests for now. To be dropped once - # we get a working autopkgtest infra for riscv64. - tests = [] + # Drop *all* the riscv64 tests for now. To be dropped once + # we get a working autopkgtest infra for riscv64. + tests = [] except KeyError: # Sometimes™, sources_info[src] raises KeyError pass