From ff2d7ecd344ab979e686866911d847eb1a39d24e Mon Sep 17 00:00:00 2001 From: Mike Palmiotto Date: Thu, 9 Jan 2025 17:03:15 -0500 Subject: [PATCH] Add build flag for CE-specific activation flag tests (#29335) --- vault/logical_system_activation_flags_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vault/logical_system_activation_flags_test.go b/vault/logical_system_activation_flags_test.go index c6065e9c5c93..95834a88e001 100644 --- a/vault/logical_system_activation_flags_test.go +++ b/vault/logical_system_activation_flags_test.go @@ -1,6 +1,8 @@ // Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: BUSL-1.1 +//go:build !enterprise + package vault import (