From d60a55ae67ded47656ab9476aa7b2f76524fee75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geyslan=20Greg=C3=B3rio?= Date: Tue, 2 Jul 2024 17:23:21 -0300 Subject: [PATCH] chore: disable snapshots tests Snapshots is currently not used and will be revamped in the future. --- pkg/policy/snapshots_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/policy/snapshots_test.go b/pkg/policy/snapshots_test.go index 0d85552fa42b..7ae608353c24 100644 --- a/pkg/policy/snapshots_test.go +++ b/pkg/policy/snapshots_test.go @@ -1,3 +1,5 @@ +//go:build exclude + package policy import (