From 2c47426469b26baf3cf9259a53019ec683115902 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Mon, 19 Dec 2022 11:57:29 +0530 Subject: [PATCH] rgw/admin: Remove 'ceph_preview' tags from test files These are left overs from v0.13.0 and v0.17.0 releases where we missed to remove preview tag when corresponding APIs were promoted to stable. Signed-off-by: Anoop C S --- rgw/admin/caps_test.go | 3 --- rgw/admin/link_test.go | 3 --- 2 files changed, 6 deletions(-) diff --git a/rgw/admin/caps_test.go b/rgw/admin/caps_test.go index c4b8826..750f42a 100644 --- a/rgw/admin/caps_test.go +++ b/rgw/admin/caps_test.go @@ -1,6 +1,3 @@ -//go:build ceph_preview -// +build ceph_preview - package admin import ( diff --git a/rgw/admin/link_test.go b/rgw/admin/link_test.go index fec4967..865f809 100644 --- a/rgw/admin/link_test.go +++ b/rgw/admin/link_test.go @@ -1,6 +1,3 @@ -//go:build ceph_preview -// +build ceph_preview - package admin import (