@@ -52,6 +52,7 @@ func TestFleetManagedUpgradeUnprivileged(t *testing.T) {
5252Local : false , // requires Agent installation
5353Sudo : true , // requires Agent installation
5454})
55+ t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
5556testFleetManagedUpgrade (t , info , true , false )
5657}
5758
@@ -66,6 +67,7 @@ func TestFleetManagedUpgradePrivileged(t *testing.T) {
6667Local : false , // requires Agent installation
6768Sudo : true , // requires Agent installation
6869})
70+ t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
6971testFleetManagedUpgrade (t , info , false , false )
7072}
7173
@@ -124,6 +126,7 @@ func TestFleetAirGappedUpgradeUnprivileged(t *testing.T) {
124126Local : false , // Needed as the test requires Agent installation
125127Sudo : true , // Needed as the test uses iptables and installs the Agent
126128})
129+ t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
127130testFleetAirGappedUpgrade (t , stack , true )
128131}
129132
@@ -136,6 +139,7 @@ func TestFleetAirGappedUpgradePrivileged(t *testing.T) {
136139Local : false , // Needed as the test requires Agent installation
137140Sudo : true , // Needed as the test uses iptables and installs the Agent
138141})
142+ t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
139143testFleetAirGappedUpgrade (t , stack , false )
140144}
141145
0 commit comments