From 9d8f0787c11d57151f86e05121853e4bdc1c7daf Mon Sep 17 00:00:00 2001 From: Maksim An Date: Thu, 14 Oct 2021 01:14:58 -0700 Subject: [PATCH] Adjust behavior to upstream PR, use Labels instead of Annotations Signed-off-by: Maksim An --- test/cri-containerd/layer_integrity_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cri-containerd/layer_integrity_test.go b/test/cri-containerd/layer_integrity_test.go index f59eb286b8..2f0f1e3b9f 100644 --- a/test/cri-containerd/layer_integrity_test.go +++ b/test/cri-containerd/layer_integrity_test.go @@ -28,7 +28,7 @@ func Test_LCOW_Layer_Integrity(t *testing.T) { pullRequiredLCOWImages( t, []string{imageLcowAlpine}, - WithSandboxAnnotations(map[string]string{ + WithSandboxLabels(map[string]string{ "containerd.io/diff/io.microsoft.storage.lcow.append-dm-verity": "true", }), )