summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/gopass-jsonapi/files/gopass-jsonapi-1.15.3-skip-test.patch')
-rw-r--r--app-admin/gopass-jsonapi/files/gopass-jsonapi-1.15.3-skip-test.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-admin/gopass-jsonapi/files/gopass-jsonapi-1.15.3-skip-test.patch b/app-admin/gopass-jsonapi/files/gopass-jsonapi-1.15.3-skip-test.patch
new file mode 100644
index 000000000000..94e6f612e167
--- /dev/null
+++ b/app-admin/gopass-jsonapi/files/gopass-jsonapi-1.15.3-skip-test.patch
@@ -0,0 +1,13 @@
+diff --git a/internal/jsonapi/api_test.go b/internal/jsonapi/api_test.go
+index 43205a3..724090e 100644
+--- a/internal/jsonapi/api_test.go
++++ b/internal/jsonapi/api_test.go
+@@ -271,6 +271,8 @@ func TestRespondMessageCreate(t *testing.T) {
+ }
+
+ func TestCopyToClipboard(t *testing.T) {
++ t.Skip("clipboard manipulation doesn't work from within Portage")
++
+ secrets := []storedSecret{
+ {[]string{"foo", "bar"}, newSec(t, "20\n")},
+ {[]string{"yamllogin"}, newSec(t, "thesecret\n---\nlogin: muh")},