From 0a40e591d3b9665a63ef243f78450a6e97304669 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 7 May 2023 20:57:24 -0400 Subject: [PATCH] tests: mark gpgme test skippable on Ubuntu rolling It has been rebuilt to no longer provide the deprecated gpgme-config tool. --- test cases/frameworks/27 gpgme/test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test cases/frameworks/27 gpgme/test.json b/test cases/frameworks/27 gpgme/test.json index aa7d932dd..59eb0e24d 100644 --- a/test cases/frameworks/27 gpgme/test.json +++ b/test cases/frameworks/27 gpgme/test.json @@ -1,3 +1,3 @@ { - "skip_on_jobname": ["azure", "cygwin", "macos", "msys2", "linux-arch"] + "skip_on_jobname": ["azure", "cygwin", "macos", "msys2", "linux-arch", "ubuntu"] }