From ad02a2c1b6329d6b893e29a11ef7827783ad7212 Mon Sep 17 00:00:00 2001 From: "Paul \"TBBle\" Hampson" Date: Mon, 12 Jul 2021 18:39:53 +1000 Subject: [PATCH] Add missing 'functional' tag to test source Without this tag, gopls under VSCode notes that this file calls undefined functions when no build tags are defined (the default). Signed-off-by: Paul "TBBle" Hampson --- test/cri-containerd/scale_cpu_limits_to_sandbox_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cri-containerd/scale_cpu_limits_to_sandbox_test.go b/test/cri-containerd/scale_cpu_limits_to_sandbox_test.go index b7cf3b044f..c85e24990f 100644 --- a/test/cri-containerd/scale_cpu_limits_to_sandbox_test.go +++ b/test/cri-containerd/scale_cpu_limits_to_sandbox_test.go @@ -1,3 +1,5 @@ +// +build functional + package cri_containerd import (