Files
gentoo/app-admin/gopass-jsonapi/files/gopass-jsonapi-1.15.3-skip-test.patch
John Helmert III 3bccfb9bb6 app-admin/gopass-jsonapi: add 1.15.3
Closes: https://bugs.gentoo.org/844271
Signed-off-by: John Helmert III <ajak@gentoo.org>
2023-01-17 11:03:38 -06:00

14 lines
502 B
Diff

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")},