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