mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-11-04 18:44:04 +00:00
Only disable riscv64
This commit is contained in:
parent
ac811d2ae4
commit
0ce8e6c926
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user