overlay: disable cloud-hypervisor tests enabled in #255123
This commit is contained in:
parent
0bf4a9166d
commit
2ea53d7ab2
@ -20,6 +20,11 @@ in
|
||||
then [
|
||||
#rex
|
||||
heisenbridge
|
||||
(_: super: {
|
||||
cloud-hypervisor = super.cloud-hypervisor.overrideAttrs (_: {
|
||||
cargoTestFlags = [ "--bins" ];
|
||||
});
|
||||
})
|
||||
(_: super: {
|
||||
clementine = super.clementine.overrideAttrs (_: {
|
||||
patches = [
|
||||
@ -59,4 +64,3 @@ in
|
||||
# };
|
||||
# };
|
||||
# })
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user