You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: builder/azure/dtl/builder_acc_test.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,12 @@ import (
30
30
"github.com/hashicorp/packer-plugin-sdk/acctest"
31
31
)
32
32
33
+
// DTL Tests were paused in April 2025 after the deprecation of Basic IP SKUs
34
+
// This requires creating a network security group with either overly permissive ingress, or the expected clients IP
35
+
// The complexity of maintaining this in CI is not worth the time currently when there are higher priority problems on the ARM builder, and DTL is very inactive
0 commit comments