1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
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)
|