@@ -52,7 +52,6 @@ func TestFleetManagedUpgradeUnprivileged(t *testing.T) {
52
52
Local : false , // requires Agent installation
53
53
Sudo : true , // requires Agent installation
54
54
})
55
- t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
56
55
testFleetManagedUpgrade (t , info , true , false )
57
56
}
58
57
@@ -67,7 +66,6 @@ func TestFleetManagedUpgradePrivileged(t *testing.T) {
67
66
Local : false , // requires Agent installation
68
67
Sudo : true , // requires Agent installation
69
68
})
70
- t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
71
69
testFleetManagedUpgrade (t , info , false , false )
72
70
}
73
71
@@ -126,7 +124,6 @@ func TestFleetAirGappedUpgradeUnprivileged(t *testing.T) {
126
124
Local : false , // Needed as the test requires Agent installation
127
125
Sudo : true , // Needed as the test uses iptables and installs the Agent
128
126
})
129
- t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
130
127
testFleetAirGappedUpgrade (t , stack , true )
131
128
}
132
129
@@ -139,7 +136,6 @@ func TestFleetAirGappedUpgradePrivileged(t *testing.T) {
139
136
Local : false , // Needed as the test requires Agent installation
140
137
Sudo : true , // Needed as the test uses iptables and installs the Agent
141
138
})
142
- t .Skip ("Skipping test temporarily until the DRA with the code that supports windows/arm64 is produced" )
143
139
testFleetAirGappedUpgrade (t , stack , false )
144
140
}
145
141
0 commit comments