summaryrefslogtreecommitdiff
blob: 94e6f612e1678fbc8f76ac2fa89a95f3bdfc1393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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")},