Skip to content

Commit

Permalink
sops/gcpkms: disable integration tests
Browse files Browse the repository at this point in the history
This temporarily disables the integration tests as we are waiting for
the CNCF to provide us with GCP credits.

Signed-off-by: Hidde Beydals <hello@hidde.co>
  • Loading branch information
hiddeco committed May 24, 2022
1 parent 2ac475e commit cbb0fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/sops/gcpkms/keysource_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build integration
// +build integration
//go:build integration && disabled
// +build integration,disabled

// Copyright (C) 2022 The Flux authors
//
Expand Down

0 comments on commit cbb0fc9

Please sign in to comment.