mirror of
https://github.com/containerd/containerd.git
synced 2026-07-02 04:39:47 +00:00
The output of platforms.DefaultSpec() and the normalized version of the default platform on 32- and 64-bit ARM are not comparable. This test was added to validate not losing Windows-specific information during normalize of the platform object, so for now we are moving this to be a Windows-only test until we resolve the right behavior on ARM. Signed-off-by: Phil Estes <estesp@amazon.com>