@@ -21,10 +21,11 @@ import (
2121var _ = g .Describe ("[sig-mco][Suite:openshift/machine-config-operator/disruptive][Serial][OCPFeatureGate:ManagedBootImagesAzure]" , g .Label ("Platform:azure" ), g .Ordered , func () {
2222 defer g .GinkgoRecover ()
2323 var (
24- AllMachineSetFixture = filepath .Join ("machineconfigurations" , "managedbootimages-all.yaml" )
25- NoneMachineSetFixture = filepath .Join ("machineconfigurations" , "managedbootimages-none.yaml" )
26- PartialMachineSetFixture = filepath .Join ("machineconfigurations" , "managedbootimages-partial.yaml" )
27- EmptyMachineSetFixture = filepath .Join ("machineconfigurations" , "managedbootimages-empty.yaml" )
24+ AllMachineSetFixture = filepath .Join ("machineconfigurations" , "managedbootimages-all.yaml" )
25+ NoneMachineSetFixture = filepath .Join ("machineconfigurations" , "managedbootimages-none.yaml" )
26+ PartialMachineSetFixture = filepath .Join ("machineconfigurations" , "managedbootimages-partial.yaml" )
27+ EmptyMachineSetFixture = filepath .Join ("machineconfigurations" , "managedbootimages-empty.yaml" )
28+ SkewEnforcementDisabledFixture = filepath .Join ("machineconfigurations" , "skewenforcement-disabled.yaml" )
2829
2930 oc = exutil .NewCLI ("mco-bootimage" , exutil .KubeConfigPath ()).AsAdmin ()
3031 )
@@ -36,6 +37,8 @@ var _ = g.Describe("[sig-mco][Suite:openshift/machine-config-operator/disruptive
3637 skipUnlessFunctionalMachineAPI (oc )
3738 // Skip this test on single node platforms
3839 exutil .SkipOnSingleNodeTopology (oc )
40+ // Disable boot image skew enforcement
41+ applyMachineConfigurationFixture (oc , SkewEnforcementDisabledFixture )
3942 })
4043
4144 g .AfterEach (func () {
0 commit comments