From: Dmitry Smirnov <onlyjob@debian.org>
Date: Thu, 13 Nov 2025 17:37:07 -0500
Subject: disables test (requires internet access).

Last-Update: 2020-03-11
Forwarded: not-needed
---
 gpgme_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gpgme_test.go b/gpgme_test.go
index 49ea5bd..1e91da7 100644
--- a/gpgme_test.go
+++ b/gpgme_test.go
@@ -180,6 +180,7 @@ func TestContext_EngineInfo(t *testing.T) {
 }
 
 func TestContext_Encrypt(t *testing.T) {
+t.Skip("DM-skipped")
 	ctx, err := New()
 	checkError(t, err)
 
