From e29f3255dfdec61fff88f3ec35dd42a5461e24c2 Mon Sep 17 00:00:00 2001 From: Alfredo Molero Date: Wed, 25 Oct 2023 09:56:55 -0400 Subject: [PATCH] chore(changetracking): Skip feature-flagged custom attributes test --- pkg/changetracking/changetracking_api_integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/changetracking/changetracking_api_integration_test.go b/pkg/changetracking/changetracking_api_integration_test.go index ffb03a89..34651066 100644 --- a/pkg/changetracking/changetracking_api_integration_test.go +++ b/pkg/changetracking/changetracking_api_integration_test.go @@ -17,6 +17,7 @@ import ( ) func TestChangeTrackingCreateDeployment_Basic(t *testing.T) { + t.Skip() t.Parallel() a := newIntegrationTestClient(t)