We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c14d26 + 055ed20 commit 634fd46Copy full SHA for 634fd46
nixos/release-combined.nix
@@ -99,7 +99,7 @@ rec {
99
100
(onFullSupported "nixos.tests.firewall")
101
(onFullSupported "nixos.tests.fontconfig-default-fonts")
102
- (onFullSupported "nixos.tests.gitlab")
+ (onSystems [ "x86_64-linux" ] "nixos.tests.gitlab") # we lack energy to really debug aarch64 here
103
(onFullSupported "nixos.tests.gnome")
104
(onFullSupported "nixos.tests.gnome-xorg")
105
(onSystems [ "x86_64-linux" ] "nixos.tests.hibernate")
0 commit comments