@@ -52,7 +52,6 @@ func TestFleetManagedUpgradeUnprivileged(t *testing.T) {
5252 Local : false , // requires Agent installation
5353 Sudo : true , // requires Agent installation
5454 })
55- t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
5655 testFleetManagedUpgrade (t , info , true , false )
5756}
5857
@@ -67,7 +66,6 @@ func TestFleetManagedUpgradePrivileged(t *testing.T) {
6766 Local : false , // requires Agent installation
6867 Sudo : true , // requires Agent installation
6968 })
70- t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
7169 testFleetManagedUpgrade (t , info , false , false )
7270}
7371
@@ -126,7 +124,6 @@ func TestFleetAirGappedUpgradeUnprivileged(t *testing.T) {
126124 Local : false , // Needed as the test requires Agent installation
127125 Sudo : true , // Needed as the test uses iptables and installs the Agent
128126 })
129- t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
130127 testFleetAirGappedUpgrade (t , stack , true )
131128}
132129
@@ -139,7 +136,6 @@ func TestFleetAirGappedUpgradePrivileged(t *testing.T) {
139136 Local : false , // Needed as the test requires Agent installation
140137 Sudo : true , // Needed as the test uses iptables and installs the Agent
141138 })
142- t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
143139 testFleetAirGappedUpgrade (t , stack , false )
144140}
145141
0 commit comments