nixos tests: disable kafka for now
They consistently fail since openjdk bump with some out-of-space errors. That's not a problem by itself, but each test instance ties a build slot for many hours and consequently they also delay channels as those wait for all builds to finish. Feel free to re-enable when fixed, of course.
This commit is contained in:
parent
92465e9f94
commit
3946d83a3c
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ in
|
|||
installer = handleTest ./installer.nix {};
|
||||
ipv6 = handleTest ./ipv6.nix {};
|
||||
jenkins = handleTest ./jenkins.nix {};
|
||||
kafka = handleTest ./kafka.nix {};
|
||||
#kafka = handleTest ./kafka.nix {}; # broken since openjdk: 8u181 -> 8u192
|
||||
kernel-latest = handleTest ./kernel-latest.nix {};
|
||||
kernel-lts = handleTest ./kernel-lts.nix {};
|
||||
keymap = handleTest ./keymap.nix {};
|
||||
|
|
Loading…
Reference in a new issue