Merge pull request #79656 from worldofpeace/readd-keymap-to-tested

release-combined: readd keymap tests
This commit is contained in:
worldofpeace 2020-02-09 21:35:18 -05:00 committed by GitHub
commit 134665d0ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 8 deletions

View File

@ -95,14 +95,12 @@ in rec {
(all nixos.tests.env) (all nixos.tests.env)
(all nixos.tests.ipv6) (all nixos.tests.ipv6)
(all nixos.tests.i3wm) (all nixos.tests.i3wm)
# 2018-06-06: keymap tests temporarily removed from tested job (except ["aarch64-linux"] nixos.tests.keymap.azerty)
# since non-deterministic failure are blocking the channel (#41538) (except ["aarch64-linux"] nixos.tests.keymap.colemak)
#(all nixos.tests.keymap.azerty) (except ["aarch64-linux"] nixos.tests.keymap.dvorak)
#(all nixos.tests.keymap.colemak) (except ["aarch64-linux"] nixos.tests.keymap.dvp)
#(all nixos.tests.keymap.dvorak) (except ["aarch64-linux"] nixos.tests.keymap.neo)
#(all nixos.tests.keymap.dvp) (except ["aarch64-linux"] nixos.tests.keymap.qwertz)
#(all nixos.tests.keymap.neo)
#(all nixos.tests.keymap.qwertz)
(all nixos.tests.plasma5) (all nixos.tests.plasma5)
(all nixos.tests.lightdm) (all nixos.tests.lightdm)
(all nixos.tests.login) (all nixos.tests.login)