testcontainers-python icon indicating copy to clipboard operation
testcontainers-python copied to clipboard

tests: should skip azure sql edge on m1 as its no longer supported

Open alexanderankin opened this issue 1 year ago • 0 comments

per this notice: "Azure SQL Edge no longer supports the ARM64 platform."

image

https://learn.microsoft.com/en-us/azure/azure-sql-edge/disconnected-deployment

the old azure sql edge images which have arm64 equivalents don't have sqlcmd which we use for waiting, should use:

https://github.com/microsoft/go-sqlcmd/releases/tag/v1.6.0

alexanderankin avatar Apr 20 '24 19:04 alexanderankin