File: t-skip--TestContext_Encrypt.patch

package info (click to toggle)
golang-github-proglottis-gpgme 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: ansic: 116; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 525 bytes parent folder | download
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)