nixosTests.keymap.qwertz: reduce platforms in tested

In particular, aarch64-linux variant doesn't work on Hydra,
so at least avoid this blocking the 21.11 channel.
This commit is contained in:
Vladimír Čunát 2021-11-28 15:01:35 +01:00
parent f71736e772
commit 3c2e73c2ea
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -92,7 +92,7 @@ in rec {
(onFullSupported "nixos.tests.keymap.dvorak")
(onFullSupported "nixos.tests.keymap.dvorak-programmer")
(onFullSupported "nixos.tests.keymap.neo")
(onFullSupported "nixos.tests.keymap.qwertz")
(onSystems ["x86_64-linux"] "nixos.tests.keymap.qwertz")
(onFullSupported "nixos.tests.latestKernel.login")
(onFullSupported "nixos.tests.lightdm")
(onFullSupported "nixos.tests.login")