From 6e1d6edb33f3bbb10b375baa36b937150e1255a7 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 2 Nov 2021 13:58:51 +0100 Subject: [PATCH] Exclude agent from windows tests (#9645) We are aware of the issue, but while we are working on it, having main tests broken is an annoyance. Signed-off-by: Julien Pivotto --- tsdb/agent/db_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsdb/agent/db_test.go b/tsdb/agent/db_test.go index e1a6106a3..8f6cdc68a 100644 --- a/tsdb/agent/db_test.go +++ b/tsdb/agent/db_test.go @@ -11,6 +11,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !windows +// +build !windows + package agent import (