Skip to content

Commit

Permalink
Revert-like "Merge #79656: release-combined: readd keymap tests"
Browse files Browse the repository at this point in the history
It's a temporary measure until we have better ways.  See #79907.
(Not a real revert, as the comment wouldn't make sense, etc.)
  • Loading branch information
vcunat committed Feb 13, 2020
1 parent 7e4eea6 commit ceb90b0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions nixos/release-combined.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,13 @@ in rec {
(all nixos.tests.env)
(all nixos.tests.ipv6)
(all nixos.tests.i3wm)
(except ["aarch64-linux"] nixos.tests.keymap.azerty)
(except ["aarch64-linux"] nixos.tests.keymap.colemak)
(except ["aarch64-linux"] nixos.tests.keymap.dvorak)
(except ["aarch64-linux"] nixos.tests.keymap.dvp)
(except ["aarch64-linux"] nixos.tests.keymap.neo)
(except ["aarch64-linux"] nixos.tests.keymap.qwertz)
# See #79907.
#(except ["aarch64-linux"] nixos.tests.keymap.azerty)
#(except ["aarch64-linux"] nixos.tests.keymap.colemak)
#(except ["aarch64-linux"] nixos.tests.keymap.dvorak)
#(except ["aarch64-linux"] nixos.tests.keymap.dvp)
#(except ["aarch64-linux"] nixos.tests.keymap.neo)
#(except ["aarch64-linux"] nixos.tests.keymap.qwertz)
(all nixos.tests.plasma5)
(all nixos.tests.lightdm)
(all nixos.tests.login)
Expand Down

3 comments on commit ceb90b0

@vcunat
Copy link
Member Author

@vcunat vcunat commented on ceb90b0 Feb 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, it was not enough, apparently.

@worldofpeace
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we can actually revert this now, possibly.

@vcunat
Copy link
Member Author

@vcunat vcunat commented on ceb90b0 Feb 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, done in e168b5a.

Please sign in to comment.