diff --git a/gpg_key_integration_test.go b/gpg_key_integration_test.go index bb86b626b..652304855 100644 --- a/gpg_key_integration_test.go +++ b/gpg_key_integration_test.go @@ -12,6 +12,8 @@ import ( ) func TestGPGKeyList(t *testing.T) { + t.Skip() + client := testClient(t) ctx := context.Background() @@ -97,6 +99,8 @@ func TestGPGKeyList(t *testing.T) { } func TestGPGKeyCreate(t *testing.T) { + t.Skip() + client := testClient(t) ctx := context.Background() @@ -156,6 +160,8 @@ func TestGPGKeyCreate(t *testing.T) { } func TestGPGKeyRead(t *testing.T) { + t.Skip() + client := testClient(t) ctx := context.Background() @@ -195,6 +201,8 @@ func TestGPGKeyRead(t *testing.T) { } func TestGPGKeyUpdate(t *testing.T) { + t.Skip() + client := testClient(t) ctx := context.Background() @@ -258,6 +266,8 @@ func TestGPGKeyUpdate(t *testing.T) { } func TestGPGKeyDelete(t *testing.T) { + t.Skip() + client := testClient(t) ctx := context.Background()