From d519f988cb3e72bde0ff4b9ca34ba106aedbaf4a Mon Sep 17 00:00:00 2001 From: chjmil Date: Tue, 28 Jan 2025 18:25:53 -0500 Subject: [PATCH] Restoring go:build tag Signed-off-by: chjmil --- test/default_integration_plan_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/default_integration_plan_test.go b/test/default_integration_plan_test.go index d59993e2..ce8f5948 100644 --- a/test/default_integration_plan_test.go +++ b/test/default_integration_plan_test.go @@ -1,3 +1,5 @@ +//go:build integration_plan_tests + package test import (